Update RUSTSEC-2021-0086.md (#1513)

* Update RUSTSEC-2021-0086.md

The issue is fixed refer : https://github.com/sunrise-choir/flumedb-rs/pull/12

* Update crates/flumedb/RUSTSEC-2021-0086.md

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

* Update crates/flumedb/RUSTSEC-2021-0086.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-14 06:00:14 +05:30
committed by GitHub
parent 25424addbf
commit 23e305a6bd

View File

@@ -4,11 +4,12 @@ id = "RUSTSEC-2021-0086"
package = "flumedb"
date = "2021-01-07"
url = "https://github.com/sunrise-choir/flumedb-rs/issues/10"
references = ["https://github.com/sunrise-choir/flumedb-rs/pull/12"]
categories = ["memory-exposure"]
informational = "unsound"
[versions]
patched = []
patched = [">=0.1.6"]
```
# `Read` on uninitialized buffer may cause UB ( `read_entry()` )