From 7d4ce9ae4f3f673f74adc6e37cc52c5cfe8502ad Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 17 May 2020 08:58:19 -0700 Subject: [PATCH] Assign RUSTSEC-2018-0017 to tempdir Original PR: https://github.com/RustSec/advisory-db/pull/295 --- .../tempdir/{RUSTSEC-0000-0000.toml => RUSTSEC-2018-0017.toml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename crates/tempdir/{RUSTSEC-0000-0000.toml => RUSTSEC-2018-0017.toml} (95%) diff --git a/crates/tempdir/RUSTSEC-0000-0000.toml b/crates/tempdir/RUSTSEC-2018-0017.toml similarity index 95% rename from crates/tempdir/RUSTSEC-0000-0000.toml rename to crates/tempdir/RUSTSEC-2018-0017.toml index b1072f9..6ee045d 100644 --- a/crates/tempdir/RUSTSEC-0000-0000.toml +++ b/crates/tempdir/RUSTSEC-2018-0017.toml @@ -1,5 +1,5 @@ [advisory] -id = "RUSTSEC-0000-0000" +id = "RUSTSEC-2018-0017" package = "tempdir" date = "2018-02-13" # date when deprecation was announced on project README title = "`tempdir` crate has been deprecated; use `tempfile` instead"