mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Add change note, minor docs improvement
This commit is contained in:
@@ -14,5 +14,6 @@ public static void main(String[] args) {
|
||||
String password = "Pass@0rd";
|
||||
|
||||
// GOOD: user password is never written to debug log
|
||||
logger.debug("User password changed")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* @kind path-problem
|
||||
* @problem.severity warning
|
||||
* @precision medium
|
||||
* @id java/sensitiveinfo-in-logfile
|
||||
* @id java/sensitive-log
|
||||
* @tags security
|
||||
* external/cwe/cwe-532
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user