From 52f305fb45609cefcd82e3b8b74d3f8683f048bd Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 21 Aug 2020 17:58:10 -0400 Subject: [PATCH] renumber this as 0 so the assign ID script handles it (#357) --- .../{RUSTSEC-2020-0000.toml => RUSTSEC-0000-0000.toml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename crates/tiny_http/{RUSTSEC-2020-0000.toml => RUSTSEC-0000-0000.toml} (96%) diff --git a/crates/tiny_http/RUSTSEC-2020-0000.toml b/crates/tiny_http/RUSTSEC-0000-0000.toml similarity index 96% rename from crates/tiny_http/RUSTSEC-2020-0000.toml rename to crates/tiny_http/RUSTSEC-0000-0000.toml index 3b73a61..d7e3d55 100644 --- a/crates/tiny_http/RUSTSEC-2020-0000.toml +++ b/crates/tiny_http/RUSTSEC-0000-0000.toml @@ -1,5 +1,5 @@ [advisory] -id = "RUSTSEC-2020-0000" +id = "RUSTSEC-0000-0000" package = "tiny_http" date = "2020-06-16" title = "HTTP Request smuggling through malformed Transfer Encoding headers"