diff --git a/crates/molecule/RUSTSEC-0000-0000.md b/crates/molecule/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..4b7cce7 --- /dev/null +++ b/crates/molecule/RUSTSEC-0000-0000.md @@ -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.