From 14f4dbb09a23d4a8625e2f7fcd85d4ade108e379 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Sat, 26 Sep 2020 21:29:49 +0200 Subject: [PATCH] fix date more --- crates/actix-http/RUSTSEC-0000-0000.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/actix-http/RUSTSEC-0000-0000.toml b/crates/actix-http/RUSTSEC-0000-0000.toml index a9d04d7..c69e967 100644 --- a/crates/actix-http/RUSTSEC-0000-0000.toml +++ b/crates/actix-http/RUSTSEC-0000-0000.toml @@ -1,7 +1,7 @@ [advisory] id = "RUSTSEC-0000-0000" package = "actix-http" -date = "2019-01-28" +date = "2020-01-28" title = "Use-after-free in BodyStream due to lack of pinning" url = "https://github.com/actix/actix-web/issues/1321" categories = ["memory-corruption"]