Swift: Remove special case that is now redundant.

This commit is contained in:
Geoffrey White
2025-01-10 10:31:55 +00:00
parent f8659c0a4e
commit 488738a8b8

View File

@@ -34,8 +34,6 @@ class SensitivePassword extends SensitiveDataType, TPassword {
override string getRegexp() {
result = HeuristicNames::maybeSensitiveRegexp(SensitiveDataClassification::password())
or
result = "(?is).*pass.?phrase.*"
}
}