We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1965fdb commit 3382d06Copy full SHA for 3382d06
1 file changed
rust/ql/src/queries/security/CWE-312/CleartextStorageDatabaseGood.rs
@@ -1,4 +1,3 @@
1
-
2
fn encrypt(text: String, encryption_key: &aes_gcm::Key<Aes256Gcm>) -> String {
3
// encrypt text -> ciphertext
4
let cipher = Aes256Gcm::new(&encryption_key);
0 commit comments