Merge pull request #17100 from owen-mc/java/sensitive-log/ignore-tokenizer

Java: whitelist variable names containing "tokenizer" for `java/sensitive-log`
This commit is contained in:
Owen Mansel-Chan
2024-07-31 12:16:03 +01:00
committed by GitHub
4 changed files with 21 additions and 20 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Variables names containing the string "tokenizer" (case-insensitively) are no longer sources for the `java/sensitive-log` query. They normally relate to things like `java.util.StringTokenizer`, which are not sensitive information. This should fix some false positive alerts.