mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-23 15:38:27 +01:00
Update RUSTSEC-2020-0146.md with list of patched versions (#789)
* Update RUSTSEC-2020-0146.md with list of patched versions * Update crates/generic-array/RUSTSEC-2020-0146.md Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
This commit is contained in:
@@ -8,7 +8,14 @@ categories = ["memory-corruption"]
|
|||||||
keywords = ["soundness"]
|
keywords = ["soundness"]
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
patched = [">= 0.14.0"]
|
patched = [
|
||||||
|
">= 0.8.4, < 0.9.0",
|
||||||
|
">= 0.9.1, < 0.10.0",
|
||||||
|
">= 0.10.1, < 0.11.0",
|
||||||
|
">= 0.11.2, < 0.12.0",
|
||||||
|
">= 0.12.4, < 0.13.0",
|
||||||
|
">= 0.13.3",
|
||||||
|
]
|
||||||
unaffected = ["< 0.8.0"]
|
unaffected = ["< 0.8.0"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user