From 2b82281e54261a445f8cc8f70bdb62f2bc81c5f1 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 27 Jan 2020 07:09:23 -0800 Subject: [PATCH] Assign RUSTSEC-2020-0003 (informational) to rust_sodium Original PR: https://github.com/RustSec/advisory-db/pull/225 --- .../{RUSTSEC-0000-0000.toml => RUSTSEC-2020-0003.toml} | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) rename crates/rust_sodium/{RUSTSEC-0000-0000.toml => RUSTSEC-2020-0003.toml} (90%) diff --git a/crates/rust_sodium/RUSTSEC-0000-0000.toml b/crates/rust_sodium/RUSTSEC-2020-0003.toml similarity index 90% rename from crates/rust_sodium/RUSTSEC-0000-0000.toml rename to crates/rust_sodium/RUSTSEC-2020-0003.toml index 4aecf1a..27dc9e1 100644 --- a/crates/rust_sodium/RUSTSEC-0000-0000.toml +++ b/crates/rust_sodium/RUSTSEC-2020-0003.toml @@ -1,12 +1,9 @@ [advisory] -id = "RUSTSEC-0000-0000" - +id = "RUSTSEC-2020-0003" package = "rust_sodium" - date = "2020-01-20" - +informational = "unmaintained" title = "rust_sodium is unmaintained; switch to a modern alternative" - description = """ The `rust_sodium` crate is no longer maintained by its current owner, who advise in the repository readme that they are looking for @@ -15,9 +12,6 @@ someone else to take ownership of it. We recommend you switch to an alternative crate such as: - [`sodiumoxide`]: https://crates.io/crates/sodiumoxide """ - patched_versions = [] - unaffected_versions = ["> 0.10.2"] - url = "https://github.com/maidsafe/rust_sodium/pull/117"