From 2d87929fc81668429bda4fcc6981cfc88a0e9d0b Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Fri, 24 Apr 2020 12:37:27 -0700 Subject: [PATCH] Assign RUSTSEC-2020-0013 to fake-static Original PR: https://github.com/RustSec/advisory-db/pull/270 --- .../{RUSTSEC-0000-0000.toml => RUSTSEC-2020-0013.toml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename crates/fake-static/{RUSTSEC-0000-0000.toml => RUSTSEC-2020-0013.toml} (94%) diff --git a/crates/fake-static/RUSTSEC-0000-0000.toml b/crates/fake-static/RUSTSEC-2020-0013.toml similarity index 94% rename from crates/fake-static/RUSTSEC-0000-0000.toml rename to crates/fake-static/RUSTSEC-2020-0013.toml index 6f61e2c..b23cc8b 100644 --- a/crates/fake-static/RUSTSEC-0000-0000.toml +++ b/crates/fake-static/RUSTSEC-2020-0013.toml @@ -1,5 +1,5 @@ [advisory] -id = "RUSTSEC-0000-0000" +id = "RUSTSEC-2020-0013" package = "fake-static" date = "2020-04-24" title = "fake-static allows converting any reference into a `'static` reference"