summaryrefslogtreecommitdiffstats
path: root/autocrypt
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2023-05-19 16:34:16 +0200
committerNeal H. Walfield <neal@pep.foundation>2023-05-19 18:35:29 +0200
commit480ab2440afca45313425013c12e847adc31d871 (patch)
tree3246aa121a04fd293677f16dfa23f77332070137 /autocrypt
parent426f1634d4cfb8d8d96c5ab1968a392d47ff831b (diff)
autocrypt: Release 0.25.1.autocrypt/v0.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.
Diffstat (limited to 'autocrypt')
-rw-r--r--autocrypt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",