Update RUSTSEC-2021-0088.md (#1512)

* Update RUSTSEC-2021-0088.md

Patch has been made refer : https://github.com/jblondin/csv-sniffer/pull/2/

* Update crates/csv-sniffer/RUSTSEC-2021-0088.md

Co-authored-by: pinkforest(she/her) <36498018+pinkforest@users.noreply.github.com>

* Update crates/csv-sniffer/RUSTSEC-2021-0088.md

Co-authored-by: pinkforest(she/her) <36498018+pinkforest@users.noreply.github.com>

Co-authored-by: pinkforest(she/her) <36498018+pinkforest@users.noreply.github.com>
This commit is contained in:
Meet
2023-01-15 13:44:23 +05:30
committed by GitHub
parent e653dbe4cb
commit 39cefc91b1

View File

@@ -4,11 +4,12 @@ id = "RUSTSEC-2021-0088"
package = "csv-sniffer"
date = "2021-01-05"
url = "https://github.com/jblondin/csv-sniffer/issues/1"
references = ["https://github.com/jblondin/csv-sniffer/pull/2"]
categories = ["memory-exposure"]
informational = "unsound"
[versions]
patched = []
patched = [">= 0.2.0"]
```
# `Read` on uninitialized memory may cause UB (fn preamble_skipcount())