mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Swift: Remove special case that is now redundant.
This commit is contained in:
@@ -34,8 +34,6 @@ class SensitivePassword extends SensitiveDataType, TPassword {
|
||||
|
||||
override string getRegexp() {
|
||||
result = HeuristicNames::maybeSensitiveRegexp(SensitiveDataClassification::password())
|
||||
or
|
||||
result = "(?is).*pass.?phrase.*"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user