Skip to content

Commit 30c6082

Browse files
committed
Sync identical files.
1 parent e121579 commit 30c6082

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

javascript/ql/lib/semmle/javascript/security/internal/SensitiveDataHeuristics.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module HeuristicNames {
114114
// Relationships - work and family
115115
"employ(er|ee)|spouse|maiden.?name|" +
116116
// Device information
117-
"([_-]|\\b)ip.?addr|mac.?addr|finger.?print" +
117+
"mac.?addr" +
118118
// ---
119119
").*"
120120
}

python/ql/lib/semmle/python/security/internal/SensitiveDataHeuristics.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module HeuristicNames {
114114
// Relationships - work and family
115115
"employ(er|ee)|spouse|maiden.?name|" +
116116
// Device information
117-
"([_-]|\\b)ip.?addr|mac.?addr|finger.?print" +
117+
"mac.?addr" +
118118
// ---
119119
").*"
120120
}

ruby/ql/lib/codeql/ruby/security/internal/SensitiveDataHeuristics.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module HeuristicNames {
114114
// Relationships - work and family
115115
"employ(er|ee)|spouse|maiden.?name|" +
116116
// Device information
117-
"([_-]|\\b)ip.?addr|mac.?addr|finger.?print" +
117+
"mac.?addr" +
118118
// ---
119119
").*"
120120
}

swift/ql/lib/codeql/swift/security/internal/SensitiveDataHeuristics.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module HeuristicNames {
114114
// Relationships - work and family
115115
"employ(er|ee)|spouse|maiden.?name|" +
116116
// Device information
117-
"([_-]|\\b)ip.?addr|mac.?addr|finger.?print" +
117+
"mac.?addr" +
118118
// ---
119119
").*"
120120
}

0 commit comments

Comments
 (0)