From 94594b52cf2811a21313557edee66014fe1204d2 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 10 Jun 2020 11:17:43 -0700 Subject: [PATCH 1/2] Add unmaintained crate advisory for `block-cipher-trait` It's been renamed to `block-cipher`. See: https://github.com/RustCrypto/traits/pull/139 --- .../block-cipher-trait/RUSTSEC-0000-0000.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 crates/block-cipher-trait/RUSTSEC-0000-0000.toml diff --git a/crates/block-cipher-trait/RUSTSEC-0000-0000.toml b/crates/block-cipher-trait/RUSTSEC-0000-0000.toml new file mode 100644 index 0000000000..5b0ed3c834 --- /dev/null +++ b/crates/block-cipher-trait/RUSTSEC-0000-0000.toml @@ -0,0 +1,18 @@ +[advisory] +id = "RUSTSEC-0000-0000" +package = "block-cipher-trait" +title = "crate has been renamed to `block-cipher`" +informational = "unmaintained" +date = "2018-11-19" +url = "https://github.com/RustCrypto/traits/pull/139" +description = """ +This crate has been renamed from `block-cipher-trait` to `block-cipher`. + +The new repository location is at: + + +""" + +[versions] +patched = [] +unaffected = [] From 7974ffe8963342a9c3396e47b4f80f823bcbfad3 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 10 Jun 2020 11:20:50 -0700 Subject: [PATCH 2/2] Assign RUSTSEC-2020-0018 to block-cipher-trait --- .../{RUSTSEC-0000-0000.toml => RUSTSEC-2020-0018.toml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename crates/block-cipher-trait/{RUSTSEC-0000-0000.toml => RUSTSEC-2020-0018.toml} (90%) diff --git a/crates/block-cipher-trait/RUSTSEC-0000-0000.toml b/crates/block-cipher-trait/RUSTSEC-2020-0018.toml similarity index 90% rename from crates/block-cipher-trait/RUSTSEC-0000-0000.toml rename to crates/block-cipher-trait/RUSTSEC-2020-0018.toml index 5b0ed3c834..f7e2c01bab 100644 --- a/crates/block-cipher-trait/RUSTSEC-0000-0000.toml +++ b/crates/block-cipher-trait/RUSTSEC-2020-0018.toml @@ -1,9 +1,9 @@ [advisory] -id = "RUSTSEC-0000-0000" +id = "RUSTSEC-2020-0018" package = "block-cipher-trait" title = "crate has been renamed to `block-cipher`" informational = "unmaintained" -date = "2018-11-19" +date = "2020-05-26" url = "https://github.com/RustCrypto/traits/pull/139" description = """ This crate has been renamed from `block-cipher-trait` to `block-cipher`.