mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-06 19:49:45 +01:00
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:
14
crates/ckb/RUSTSEC-0000-0000.md
Normal file
14
crates/ckb/RUSTSEC-0000-0000.md
Normal 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.
|
||||
Reference in New Issue
Block a user