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:
Sergey Potapov
2021-03-02 14:48:41 +01:00
committed by GitHub
parent f40461ca33
commit 1c7888e4ee

View File

@@ -8,7 +8,14 @@ categories = ["memory-corruption"]
keywords = ["soundness"]
[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"]
```