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 {
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments