Skip to content

Commit 8b9c5f8

Browse files
committed
Python/JS: Remove "Only added to aid with internal rewrite"
1 parent 08e86fd commit 8b9c5f8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,11 @@ module HeuristicNames {
102102

103103
/**
104104
* DEPRECATED: Use `maybeSensitiveRegexp` instead.
105-
* Only added to aid with internal rewrite
106105
*/
107106
deprecated predicate maybeSensitive = maybeSensitiveRegexp/1;
108107

109108
/**
110109
* DEPRECATED: Use `notSensitiveRegexp` instead.
111-
* Only added to aid with internal rewrite
112110
*/
113111
deprecated predicate notSensitive = notSensitiveRegexp/0;
114112

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,11 @@ module HeuristicNames {
102102

103103
/**
104104
* DEPRECATED: Use `maybeSensitiveRegexp` instead.
105-
* Only added to aid with internal rewrite
106105
*/
107106
deprecated predicate maybeSensitive = maybeSensitiveRegexp/1;
108107

109108
/**
110109
* DEPRECATED: Use `notSensitiveRegexp` instead.
111-
* Only added to aid with internal rewrite
112110
*/
113111
deprecated predicate notSensitive = notSensitiveRegexp/0;
114112

0 commit comments

Comments
 (0)