We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e4c5f commit 8e8696aCopy full SHA for 8e8696a
1 file changed
swift/ql/lib/codeql/swift/security/SensitiveExprs.qll
@@ -55,8 +55,7 @@ class SensitivePrivateInfo extends SensitiveDataType, TPrivateInfo {
55
// Contact information, such as home addresses
56
"post.?code|zip.?code|home.?addr|" +
57
// and telephone numbers
58
- "(mob(ile)?|home).?(num|no|tel|phone)|(tel|fax).?(num|no|phone)|" +
59
- "emergency.?contact|" +
+ "(mob(ile)?|home).?(num|no|tel|phone)|(tel|fax).?(num|no|phone)|" + "emergency.?contact|" +
60
// Geographic location - where the user is (or was)
61
"latitude|longitude|nationality|" +
62
// Financial data - such as credit card numbers, salary, bank accounts, and debts
0 commit comments