Rust: Demote rust/cleartext-logging to warning.

This commit is contained in:
Geoffrey White
2025-05-01 16:42:41 +01:00
parent bd3155ef0c
commit c9ce6c0fb6

View File

@@ -3,7 +3,7 @@
* @description Logging sensitive information in plaintext can
* expose it to an attacker.
* @kind path-problem
* @problem.severity error
* @problem.severity warning
* @security-severity 7.5
* @precision high
* @id rust/cleartext-logging