From 91b9e060e2f61d03c1dfc9b77b6dd8240bd710a4 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 17 Dec 2019 06:42:04 -0800 Subject: [PATCH] Assign RUSTSEC-2019-0031 to spin Unmaintained per its author: https://github.com/mvdnes/spin-rs/commit/7516c80 --- crates/spin/RUSTSEC-2019-0031.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 crates/spin/RUSTSEC-2019-0031.toml diff --git a/crates/spin/RUSTSEC-2019-0031.toml b/crates/spin/RUSTSEC-2019-0031.toml new file mode 100644 index 0000000..5bc52e8 --- /dev/null +++ b/crates/spin/RUSTSEC-2019-0031.toml @@ -0,0 +1,15 @@ +[advisory] +id = "RUSTSEC-2019-0031" +package = "spin" +title = "spin is no longer actively maintained" +informational = "unmaintained" +date = "2019-11-21" +url = "https://github.com/mvdnes/spin-rs/commit/7516c80" +unaffected_versions = ["> 0.5.2"] # last release +patched_versions = [] +description = """ +The author of the `spin` crate does not have time or interest to maintain it. + +Consider [`lock_api`](https://crates.io/crates/lock_api) (a subproject of +`parking_lot`) as an alternative which also supports `no_std` environments. +"""