Skip to content

Commit 4b7f63a

Browse files
committed
sync SensitiveDataHeuristics.qll to the other languages
1 parent 514f98c commit 4b7f63a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,6 @@ module HeuristicNames {
106106
"(?is).*([^\\w$.-]|redact|censor|obfuscate|hash|md5|sha|random|((?<!un)(en))?(crypt|code)|certain|concert|secretar|accountant|accountab).*"
107107
}
108108

109-
/**
110-
* DEPRECATED: Use `maybeSensitiveRegexp` instead.
111-
*/
112-
deprecated predicate maybeSensitive = maybeSensitiveRegexp/1;
113-
114-
/**
115-
* DEPRECATED: Use `notSensitiveRegexp` instead.
116-
*/
117-
deprecated predicate notSensitive = notSensitiveRegexp/0;
118-
119109
/**
120110
* Holds if `name` may indicate the presence of sensitive data, and
121111
* `name` does not indicate that the data is in fact non-sensitive (for example since

0 commit comments

Comments
 (0)