From 09a306dbc2817c2677c33280e867e805daf285de Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Sat, 26 Sep 2020 21:17:03 +0200 Subject: [PATCH] fix date --- 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 f32dfc9..a9d04d7 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-24" +date = "2019-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"]