Add rustsec advisory for GHSA-82hm-vh7g-hrh9 (#1021)

This commit is contained in:
Jon Moroney
2021-09-09 14:48:07 -07:00
committed by GitHub
parent 9dbe26271a
commit 9a81b244aa

View 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.