We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f4fa2 commit 704b385Copy full SHA for 704b385
rust/ql/test/query-tests/security/CWE-798/test_cipher.rs
@@ -139,5 +139,5 @@ fn test_aes_gcm(
139
_ = getrandom::fill(&mut key4).unwrap();
140
_ = getrandom2::getrandom(&mut nonce4).unwrap();
141
let cipher4 = Aes256Gcm::new(&key4.into());
142
- let _ = cipher2.encrypt(&nonce4.into(), b"plaintext".as_ref()).unwrap();
+ let _ = cipher4.encrypt(&nonce4.into(), b"plaintext".as_ref()).unwrap();
143
}
0 commit comments