mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +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";
|
String password = "Pass@0rd";
|
||||||
|
|
||||||
// GOOD: user password is never written to debug log
|
// GOOD: user password is never written to debug log
|
||||||
|
logger.debug("User password changed")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* @kind path-problem
|
* @kind path-problem
|
||||||
* @problem.severity warning
|
* @problem.severity warning
|
||||||
* @precision medium
|
* @precision medium
|
||||||
* @id java/sensitiveinfo-in-logfile
|
* @id java/sensitive-log
|
||||||
* @tags security
|
* @tags security
|
||||||
* external/cwe/cwe-532
|
* external/cwe/cwe-532
|
||||||
*/
|
*/
|
||||||
|
|||||||
4
java/ql/src/change-notes/2022-03-11-sensitive-logging.md
Normal file
4
java/ql/src/change-notes/2022-03-11-sensitive-logging.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
category: newQuery
|
||||||
|
---
|
||||||
|
* The query "Insertion of sensitive information into log files" (`java/sensitive-logging`) has been promoted from experimental to the main query pack. This query was originally [submitted as an experimental query by @luchua-bc](https://github.com/github/codeql/pull/3090).
|
||||||
Reference in New Issue
Block a user