We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514f98c commit 4b7f63aCopy full SHA for 4b7f63a
ruby/ql/lib/codeql/ruby/security/internal/SensitiveDataHeuristics.qll
@@ -106,16 +106,6 @@ module HeuristicNames {
106
"(?is).*([^\\w$.-]|redact|censor|obfuscate|hash|md5|sha|random|((?<!un)(en))?(crypt|code)|certain|concert|secretar|accountant|accountab).*"
107
}
108
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
119
/**
120
* Holds if `name` may indicate the presence of sensitive data, and
121
* `name` does not indicate that the data is in fact non-sensitive (for example since
0 commit comments