From 17d2fd9b413dbf49faed15c11f4d6d7a765e0329 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Sat, 26 Sep 2020 21:32:13 +0200 Subject: [PATCH] fix date for real this time --- crates/actix-http/RUSTSEC-2020-0048.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/actix-http/RUSTSEC-2020-0048.toml b/crates/actix-http/RUSTSEC-2020-0048.toml index e56aeaa..e5a42d2 100644 --- a/crates/actix-http/RUSTSEC-2020-0048.toml +++ b/crates/actix-http/RUSTSEC-2020-0048.toml @@ -1,7 +1,7 @@ [advisory] id = "RUSTSEC-2020-0048" package = "actix-http" -date = "2020-01-28" +date = "2020-01-24" title = "Use-after-free in BodyStream due to lack of pinning" url = "https://github.com/actix/actix-web/issues/1321" categories = ["memory-corruption"]