Swift: License/licence.

This commit is contained in:
Geoffrey White
2023-06-22 08:49:58 +01:00
parent 2b99344aa7
commit f52f4504c3

View File

@@ -35,7 +35,7 @@ class SensitiveCredential extends SensitiveDataType, TCredential {
result = HeuristicNames::maybeSensitiveRegexp(classification)
)
or
result = "(?is).*((account|accnt|license).?(id|key)|one.?time.?code|pass.?phrase).*"
result = "(?is).*((account|accnt|licen(se|ce)).?(id|key)|one.?time.?code|pass.?phrase).*"
}
}