From 55705232f64fdf194c29fdbf67765e24d9c9359b Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Thu, 23 Jan 2025 18:18:05 +0000 Subject: [PATCH] Update rust/ql/src/queries/security/CWE-312/CleartextLoggingBad.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- rust/ql/src/queries/security/CWE-312/CleartextLoggingBad.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/ql/src/queries/security/CWE-312/CleartextLoggingBad.rs b/rust/ql/src/queries/security/CWE-312/CleartextLoggingBad.rs index dd51bf617533..f031d03a2b07 100644 --- a/rust/ql/src/queries/security/CWE-312/CleartextLoggingBad.rs +++ b/rust/ql/src/queries/security/CWE-312/CleartextLoggingBad.rs @@ -1,2 +1,2 @@ -let password = "P@ssw0rd" +let password = "P@ssw0rd"; info!("User password changed to {password}")