Skip to content

Commit b50801b

Browse files
committed
Swift: Attempt to improve performance.
1 parent 14d1933 commit b50801b

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
@@ -62,7 +62,7 @@ class SensitivePrivateInfo extends SensitiveDataType, TPrivateInfo {
6262
"(credit|debit|bank|visa).?(card|num|no|acc(ou?)nt)|acc(ou)?nt.?(no|num|credit)|" +
6363
"salary|billing|credit.?(rating|score)|" +
6464
// Communications - e-mail addresses, private e-mail messages, SMS text messages, chat logs, etc.
65-
"e.?mail|" +
65+
"email|e_mail|" +
6666
// Health - medical conditions, insurance status, prescription records
6767
"birth.?(date|day)|(date|day).?(of.?)?birth|" +
6868
"medical|(health|care).?plan|healthkit|appointment|prescription|" +

0 commit comments

Comments
 (0)