mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-26 16:07:48 +01:00
Add crypto-failure category to snow advisory (#1899)
Denial of service through messing with nonces is also a crypto-failure.
This commit is contained in:
@@ -4,7 +4,7 @@ id = "RUSTSEC-2024-0011"
|
||||
package = "snow"
|
||||
date = "2024-01-23"
|
||||
url = "https://github.com/mcginty/snow/security/advisories/GHSA-7g9j-g5jg-3vv3"
|
||||
categories = ["denial-of-service"]
|
||||
categories = ["crypto-failure", "denial-of-service"]
|
||||
keywords = ["noise", "nonce", "state"]
|
||||
aliases = ["GHSA-7g9j-g5jg-3vv3"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user