Skip to content

Commit 488738a

Browse files
committed
Swift: Remove special case that is now redundant.
1 parent f8659c0 commit 488738a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

swift/ql/lib/codeql/swift/security/SensitiveExprs.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ class SensitivePassword extends SensitiveDataType, TPassword {
3434

3535
override string getRegexp() {
3636
result = HeuristicNames::maybeSensitiveRegexp(SensitiveDataClassification::password())
37-
or
38-
result = "(?is).*pass.?phrase.*"
3937
}
4038
}
4139

0 commit comments

Comments
 (0)