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 613a165 commit 5570523Copy full SHA for 5570523
rust/ql/src/queries/security/CWE-312/CleartextLoggingBad.rs
@@ -1,2 +1,2 @@
1
-let password = "P@ssw0rd"
+let password = "P@ssw0rd";
2
info!("User password changed to {password}")
0 commit comments