From dc083e69550615036b46d0cf9ba3fc59114a87c1 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 16 May 2023 21:01:49 -0600 Subject: [PATCH] xsalsa20poly1305 is unmaintained (#1694) See https://github.com/RustCrypto/AEADs/pull/525 --- crates/xsalsa20poly1305/RUSTSEC-0000-0000.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 crates/xsalsa20poly1305/RUSTSEC-0000-0000.md diff --git a/crates/xsalsa20poly1305/RUSTSEC-0000-0000.md b/crates/xsalsa20poly1305/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..d4cc717 --- /dev/null +++ b/crates/xsalsa20poly1305/RUSTSEC-0000-0000.md @@ -0,0 +1,20 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "xsalsa20poly1305" +date = "2023-05-16" +informational = "unmaintained" +url = "https://github.com/RustCrypto/AEADs/pull/525" + +[versions] +patched = [] +unaffected = [] +``` + +# crate has been renamed to `crypto_secretbox` + +This crate has been forked/renamed from `xsalsa20poly1305` to `crypto_secretbox`. + +The new repository location is at: + +