From 480ab2440afca45313425013c12e847adc31d871 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Fri, 19 May 2023 16:34:16 +0200 Subject: autocrypt: Release 0.25.1. * Notable fixes - A parser bug was fixed. We classify this as a low-severity issue, because Rust correctly detects the out-of-bounds access and panics. If an attacker controls the input, they may be able to use this bug to cause a denial of service. --- autocrypt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autocrypt') diff --git a/autocrypt/Cargo.toml b/autocrypt/Cargo.toml index a25223c5..dca6956c 100644 --- a/autocrypt/Cargo.toml +++ b/autocrypt/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequoia-autocrypt" description = "Autocrypt support" -version = "0.25.0" +version = "0.25.1" authors = [ "Justus Winter ", "Kai Michaelis ", -- cgit v1.2.3