From 8505c9578fcb9864013567525a612c1dbddf7d33 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 25 Oct 2020 12:04:19 -0700 Subject: [PATCH] Add unmaintained crate advisory for `block-cipher` (#442) It's been renamed to `cipher`. --- crates/block-cipher/RUSTSEC-0000-0000.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 crates/block-cipher/RUSTSEC-0000-0000.md diff --git a/crates/block-cipher/RUSTSEC-0000-0000.md b/crates/block-cipher/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..daca8f5 --- /dev/null +++ b/crates/block-cipher/RUSTSEC-0000-0000.md @@ -0,0 +1,20 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "block-cipher" +date = "2020-10-15" +informational = "unmaintained" +url = "https://github.com/RustCrypto/traits/pull/337" + +[versions] +patched = [] +unaffected = [] +``` + +# crate has been renamed to `cipher` + +This crate has been renamed from `block-cipher` to `cipher`. + +The new repository location is at: + +