Add change note, minor docs improvement

This commit is contained in:
Joe Farebrother
2022-03-11 17:58:52 +00:00
parent 594d51e84d
commit b924de631f
3 changed files with 6 additions and 1 deletions

View File

@@ -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")
}
}

View File

@@ -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
*/