From ababafa467eec20b7d01fbaf4977a2200b07bef0 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Fri, 24 Apr 2020 13:52:17 -0700 Subject: [PATCH 1/2] Revert "Merge pull request #271 from RustSec/RUSTSEC-2020-0011" This reverts commit 1d48ab2e21c08e5975aa3bdfee36b4ada4731cb1, reversing changes made to a40b1c5192b2df9a27c0c3d0e3d67f0e1aeb03b1. --- .../{RUSTSEC-2020-0011.toml => RUSTSEC-0000-0000.toml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename crates/plutonium/{RUSTSEC-2020-0011.toml => RUSTSEC-0000-0000.toml} (95%) diff --git a/crates/plutonium/RUSTSEC-2020-0011.toml b/crates/plutonium/RUSTSEC-0000-0000.toml similarity index 95% rename from crates/plutonium/RUSTSEC-2020-0011.toml rename to crates/plutonium/RUSTSEC-0000-0000.toml index 4417e3e1f3..700d19e58b 100644 --- a/crates/plutonium/RUSTSEC-2020-0011.toml +++ b/crates/plutonium/RUSTSEC-0000-0000.toml @@ -1,5 +1,5 @@ [advisory] -id = "RUSTSEC-2020-0011" +id = "RUSTSEC-0000-0000" package = "plutonium" date = "2020-04-23" title = "Crate intended to hide unsafe use." From cc61de8d3ce14c21cbead612ebf9f12f38bfc9da Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Fri, 24 Apr 2020 13:52:42 -0700 Subject: [PATCH 2/2] Revert "Merge pull request #268 from najamelan/plutonium" This reverts commit a40b1c5192b2df9a27c0c3d0e3d67f0e1aeb03b1, reversing changes made to aecc04c1f15fd30b820b2fca4913ed76df750c49. --- crates/plutonium/RUSTSEC-0000-0000.toml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 crates/plutonium/RUSTSEC-0000-0000.toml diff --git a/crates/plutonium/RUSTSEC-0000-0000.toml b/crates/plutonium/RUSTSEC-0000-0000.toml deleted file mode 100644 index 700d19e58b..0000000000 --- a/crates/plutonium/RUSTSEC-0000-0000.toml +++ /dev/null @@ -1,15 +0,0 @@ -[advisory] -id = "RUSTSEC-0000-0000" -package = "plutonium" -date = "2020-04-23" -title = "Crate intended to hide unsafe use." -url = "https://www.reddit.com/r/rust/comments/g5rsuh/show_me_the_most_illegal_rust_code_youve_ever/fo88z2d?utm_source=share&utm_medium=web2x" -description = """ -This crate allows calling unsafe functions without using the keyword "unsafe". It further -deliberately makes this undetectable with cargo-geiger. - -In the API docs the author also states their intend to disable `#![forbid(unsafe)]`. No -production code should ever have it in their dependency graph. -""" -[versions] -patched = []