From 366505b01bc4288f476ddae3733d9e4b66c42149 Mon Sep 17 00:00:00 2001 From: Sebastian Imlay Date: Thu, 21 Nov 2019 15:36:34 -0800 Subject: [PATCH] Added RUSTSEC advisory for crust as an unmaintained. --- crates/crust/RUSTSEC-0000-0000.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 crates/crust/RUSTSEC-0000-0000.toml diff --git a/crates/crust/RUSTSEC-0000-0000.toml b/crates/crust/RUSTSEC-0000-0000.toml new file mode 100644 index 0000000..8db5c9a --- /dev/null +++ b/crates/crust/RUSTSEC-0000-0000.toml @@ -0,0 +1,16 @@ +[advisory] +id = "RUSTSEC-0000-0000" +package = "crust" +title = "crust repo has been archived; use libp2p instead" +informational = "unmaintained" +date = "2019-11-21" +url = "https://github.com/maidsafe/crust" +unaffected_versions = ["> 0.32.1"] # last release +patched_versions = [] +description = """ +** The `crust` crate repo was archived with no warning or explanation.** + +Given that it was archived with no warning or successor, there's not an +official replacement but [`rust-libp2p`](https://github.com/libp2p/rust-libp2p) +looks like it's got a similar feature set and is actively maintained. +"""