Add rustsec advisory for GHSA-45p7-c959-rgcm (#1025)

* Add rustsec advisory for GHSA-45p7-c959-rgcm

* Update RUSTSEC-0000-0000.md

Co-authored-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
This commit is contained in:
Jon Moroney
2021-09-10 08:53:59 -07:00
committed by GitHub
parent 5046464393
commit b838a4c68c

View File

@@ -0,0 +1,14 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "ckb"
date = "2021-07-25"
url = "https://github.com/nervosnetwork/ckb/security/advisories/GHSA-45p7-c959-rgcm"
aliases = ["GHSA-45p7-c959-rgcm"]
[versions]
patched = [">= 0.40.0"]
```
# Process crashes when the cell used as DepGroup is not alive
It's easy to create a malign transaction which uses the dead cell as the DepGroup in the DepCells. The transaction can crash all the receiving nodes.