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:
Kane York
2024-02-22 15:43:06 -08:00
committed by GitHub
parent 22ee9f7e10
commit feb54ac57e

View File

@@ -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"]