mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-05 19:20:34 +01:00
Add rustsec advisory for GHSA-82hm-vh7g-hrh9 (#1021)
This commit is contained in:
13
crates/molecule/RUSTSEC-0000-0000.md
Normal file
13
crates/molecule/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,13 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "molecule"
|
||||
date = "2021-07-30"
|
||||
url = "https://github.com/nervosnetwork/molecule/security/advisories/GHSA-82hm-vh7g-hrh9"
|
||||
[versions]
|
||||
patched = [">= 0.7.2"]
|
||||
```
|
||||
|
||||
# Partial read is incorrect in molecule
|
||||
|
||||
Anyone who uses total_size(..) function to partial read the length of any FixVec will get an incorrect result, due to an incorrect implementation. This has been resolved in the 0.7.2 release.
|
||||
Reference in New Issue
Block a user