From d711272311abc40d1c1fa08323126ffaae6027fc Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Mon, 23 Aug 2021 14:04:28 +0200 Subject: [PATCH] ash: RUSTSEC-2021-0090 has been patched in 0.33.1 (#1004) https://github.com/MaikKlein/ash/issues/354 was fixed in https://github.com/MaikKlein/ash/pull/470. --- crates/ash/RUSTSEC-2021-0090.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ash/RUSTSEC-2021-0090.md b/crates/ash/RUSTSEC-2021-0090.md index d4cf783c0..debedd460 100644 --- a/crates/ash/RUSTSEC-2021-0090.md +++ b/crates/ash/RUSTSEC-2021-0090.md @@ -8,7 +8,7 @@ categories = ["memory-exposure"] informational = "unsound" [versions] -patched = [] +patched = [">= 0.33.1"] ``` # Reading on uninitialized memory may cause UB ( `util::read_spv()` )