Skip to content

Commit f52f450

Browse files
committed
Swift: License/licence.
1 parent 2b99344 commit f52f450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class SensitiveCredential extends SensitiveDataType, TCredential {
3535
result = HeuristicNames::maybeSensitiveRegexp(classification)
3636
)
3737
or
38-
result = "(?is).*((account|accnt|license).?(id|key)|one.?time.?code|pass.?phrase).*"
38+
result = "(?is).*((account|accnt|licen(se|ce)).?(id|key)|one.?time.?code|pass.?phrase).*"
3939
}
4040
}
4141

0 commit comments

Comments
 (0)