You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let json = serde_json::to_value(status_entries).expect("must serialize");
62
62
assert!(
63
63
json.contains_subset(json!([{
64
+
"vulnerability":{
65
+
"normative":true,
66
+
"identifier":"CVE-2024-28834",
67
+
"title":"Gnutls: vulnerable to minerva side-channel information leak",
68
+
"description":"A flaw was found in GnuTLS. The Minerva attack is a cryptographic vulnerability that exploits deterministic behavior in systems like GnuTLS, leading to side-channel leaks. In specific scenarios, such as when using the GNUTLS_PRIVKEY_FLAG_REPRODUCIBLE flag, it can result in a noticeable step in nonce size from 513 to 512 bits, exposing a potential timing side-channel.",
0 commit comments