summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--Cargo.lock2
-rw-r--r--autocrypt/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9c041597..db581028 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2236,7 +2236,7 @@ dependencies = [
[[package]]
name = "sequoia-autocrypt"
-version = "0.25.0"
+version = "0.25.1"
dependencies = [
"base64",
"sequoia-openpgp",
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>",