From 30c6082b5d1e0c5e0630f45ccaafcf7e40cc7885 Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Mon, 14 Jul 2025 11:35:18 +0100 Subject: [PATCH] Sync identical files. --- .../javascript/security/internal/SensitiveDataHeuristics.qll | 2 +- .../semmle/python/security/internal/SensitiveDataHeuristics.qll | 2 +- .../codeql/ruby/security/internal/SensitiveDataHeuristics.qll | 2 +- .../codeql/swift/security/internal/SensitiveDataHeuristics.qll | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/javascript/ql/lib/semmle/javascript/security/internal/SensitiveDataHeuristics.qll b/javascript/ql/lib/semmle/javascript/security/internal/SensitiveDataHeuristics.qll index ebc3e0b0e31..910749a6c82 100644 --- a/javascript/ql/lib/semmle/javascript/security/internal/SensitiveDataHeuristics.qll +++ b/javascript/ql/lib/semmle/javascript/security/internal/SensitiveDataHeuristics.qll @@ -114,7 +114,7 @@ module HeuristicNames { // Relationships - work and family "employ(er|ee)|spouse|maiden.?name|" + // Device information - "([_-]|\\b)ip.?addr|mac.?addr|finger.?print" + + "mac.?addr" + // --- ").*" } diff --git a/python/ql/lib/semmle/python/security/internal/SensitiveDataHeuristics.qll b/python/ql/lib/semmle/python/security/internal/SensitiveDataHeuristics.qll index ebc3e0b0e31..910749a6c82 100644 --- a/python/ql/lib/semmle/python/security/internal/SensitiveDataHeuristics.qll +++ b/python/ql/lib/semmle/python/security/internal/SensitiveDataHeuristics.qll @@ -114,7 +114,7 @@ module HeuristicNames { // Relationships - work and family "employ(er|ee)|spouse|maiden.?name|" + // Device information - "([_-]|\\b)ip.?addr|mac.?addr|finger.?print" + + "mac.?addr" + // --- ").*" } diff --git a/ruby/ql/lib/codeql/ruby/security/internal/SensitiveDataHeuristics.qll b/ruby/ql/lib/codeql/ruby/security/internal/SensitiveDataHeuristics.qll index ebc3e0b0e31..910749a6c82 100644 --- a/ruby/ql/lib/codeql/ruby/security/internal/SensitiveDataHeuristics.qll +++ b/ruby/ql/lib/codeql/ruby/security/internal/SensitiveDataHeuristics.qll @@ -114,7 +114,7 @@ module HeuristicNames { // Relationships - work and family "employ(er|ee)|spouse|maiden.?name|" + // Device information - "([_-]|\\b)ip.?addr|mac.?addr|finger.?print" + + "mac.?addr" + // --- ").*" } diff --git a/swift/ql/lib/codeql/swift/security/internal/SensitiveDataHeuristics.qll b/swift/ql/lib/codeql/swift/security/internal/SensitiveDataHeuristics.qll index ebc3e0b0e31..910749a6c82 100644 --- a/swift/ql/lib/codeql/swift/security/internal/SensitiveDataHeuristics.qll +++ b/swift/ql/lib/codeql/swift/security/internal/SensitiveDataHeuristics.qll @@ -114,7 +114,7 @@ module HeuristicNames { // Relationships - work and family "employ(er|ee)|spouse|maiden.?name|" + // Device information - "([_-]|\\b)ip.?addr|mac.?addr|finger.?print" + + "mac.?addr" + // --- ").*" }