From 101d914e049f02bf7527aabbc32556461b2d5a46 Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Sun, 22 Aug 2021 11:43:52 +0200 Subject: [PATCH] RUSTSEC-2021-0089 has been patched in raw-cpuid 9.1.1 (#1002) --- crates/raw-cpuid/RUSTSEC-2021-0089.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/crates/raw-cpuid/RUSTSEC-2021-0089.md b/crates/raw-cpuid/RUSTSEC-2021-0089.md index 37a445e..fa04bb9 100644 --- a/crates/raw-cpuid/RUSTSEC-2021-0089.md +++ b/crates/raw-cpuid/RUSTSEC-2021-0089.md @@ -7,7 +7,7 @@ url = "https://github.com/gz/rust-cpuid/issues/43" categories = ["memory-corruption", "denial-of-service"] [versions] -patched = [] +patched = [">= 9.1.1"] unaffected = ["<= 3.1.0"] ``` @@ -22,6 +22,3 @@ invariants in safe code, leading to: * Panics due to failed assertions. See https://github.com/gz/rust-cpuid/issues/43. - -A fix is not yet available, but most use cases do not require enabling -the `serialize` feature.