We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8659c0 commit 488738aCopy full SHA for 488738a
1 file changed
swift/ql/lib/codeql/swift/security/SensitiveExprs.qll
@@ -34,8 +34,6 @@ class SensitivePassword extends SensitiveDataType, TPassword {
34
35
override string getRegexp() {
36
result = HeuristicNames::maybeSensitiveRegexp(SensitiveDataClassification::password())
37
- or
38
- result = "(?is).*pass.?phrase.*"
39
}
40
41
0 commit comments