We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d932770 commit 048a33eCopy full SHA for 048a33e
java/ql/src/experimental/CWE-532/SensitiveInfoLog.ql
@@ -48,7 +48,7 @@ class CredentialSource extends DataFlow::ExprNode {
48
49
private string getACredentialRegex() {
50
result = "(?i).*pass(wd|word|code|phrase)(?!.*question).*" or
51
- result = "(?i).*(uid|uuid|puid|username|userid|url).*"
+ result = "(?i).*(username|url).*"
52
}
53
54
class SensitiveLoggingSink extends DataFlow::ExprNode {
0 commit comments