Skip to content

Commit 8e8696a

Browse files
committed
Swift: Autoformat.
1 parent d7e4c5f commit 8e8696a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ class SensitivePrivateInfo extends SensitiveDataType, TPrivateInfo {
5555
// Contact information, such as home addresses
5656
"post.?code|zip.?code|home.?addr|" +
5757
// and telephone numbers
58-
"(mob(ile)?|home).?(num|no|tel|phone)|(tel|fax).?(num|no|phone)|" +
59-
"emergency.?contact|" +
58+
"(mob(ile)?|home).?(num|no|tel|phone)|(tel|fax).?(num|no|phone)|" + "emergency.?contact|" +
6059
// Geographic location - where the user is (or was)
6160
"latitude|longitude|nationality|" +
6261
// Financial data - such as credit card numbers, salary, bank accounts, and debts

0 commit comments

Comments
 (0)