File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
javascript/ql/src/semmle/javascript/security/internal
python/ql/src/semmle/python/security/internal Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -102,13 +102,11 @@ module HeuristicNames {
102
102
103
103
/**
104
104
* DEPRECATED: Use `maybeSensitiveRegexp` instead.
105
- * Only added to aid with internal rewrite
106
105
*/
107
106
deprecated predicate maybeSensitive = maybeSensitiveRegexp / 1 ;
108
107
109
108
/**
110
109
* DEPRECATED: Use `notSensitiveRegexp` instead.
111
- * Only added to aid with internal rewrite
112
110
*/
113
111
deprecated predicate notSensitive = notSensitiveRegexp / 0 ;
114
112
Original file line number Diff line number Diff line change @@ -102,13 +102,11 @@ module HeuristicNames {
102
102
103
103
/**
104
104
* DEPRECATED: Use `maybeSensitiveRegexp` instead.
105
- * Only added to aid with internal rewrite
106
105
*/
107
106
deprecated predicate maybeSensitive = maybeSensitiveRegexp / 1 ;
108
107
109
108
/**
110
109
* DEPRECATED: Use `notSensitiveRegexp` instead.
111
- * Only added to aid with internal rewrite
112
110
*/
113
111
deprecated predicate notSensitive = notSensitiveRegexp / 0 ;
114
112
You can’t perform that action at this time.
0 commit comments