We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d1933 commit b50801bCopy full SHA for b50801b
1 file changed
swift/ql/lib/codeql/swift/security/SensitiveExprs.qll
@@ -62,7 +62,7 @@ class SensitivePrivateInfo extends SensitiveDataType, TPrivateInfo {
62
"(credit|debit|bank|visa).?(card|num|no|acc(ou?)nt)|acc(ou)?nt.?(no|num|credit)|" +
63
"salary|billing|credit.?(rating|score)|" +
64
// Communications - e-mail addresses, private e-mail messages, SMS text messages, chat logs, etc.
65
- "e.?mail|" +
+ "email|e_mail|" +
66
// Health - medical conditions, insurance status, prescription records
67
"birth.?(date|day)|(date|day).?(of.?)?birth|" +
68
"medical|(health|care).?plan|healthkit|appointment|prescription|" +
0 commit comments