RUSTSEC-2021-0089 has been patched in raw-cpuid 9.1.1 (#1002)

This commit is contained in:
Niklas Fiekas
2021-08-22 11:43:52 +02:00
committed by GitHub
parent b6a20c1ba3
commit 101d914e04

View File

@@ -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.