mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01: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