From 9cd619f16780d0242fccf52fd910f0f43564dad1 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 30 Jun 2020 20:49:45 +0200 Subject: [PATCH] make memoffset advisory informational (#317) --- crates/memoffset/RUSTSEC-2019-0011.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/memoffset/RUSTSEC-2019-0011.toml b/crates/memoffset/RUSTSEC-2019-0011.toml index 1278368..d645a04 100644 --- a/crates/memoffset/RUSTSEC-2019-0011.toml +++ b/crates/memoffset/RUSTSEC-2019-0011.toml @@ -2,6 +2,7 @@ id = "RUSTSEC-2019-0011" package = "memoffset" date = "2019-07-16" +informational = "unsound" title = "Flaw in offset_of and span_of causes SIGILL, drops uninitialized memory of arbitrary type on panic in client code" url = "https://github.com/Gilnaa/memoffset/issues/9#issuecomment-505461490" description = """