We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f4f4c commit 809da0fCopy full SHA for 809da0f
1 file changed
shared/concepts/codeql/concepts/internal/SensitiveDataHeuristics.qll
@@ -151,8 +151,8 @@ module HeuristicNames {
151
*/
152
string notSensitiveRegexp() {
153
result =
154
- "(?is).*([^\\w$.-]|redact|censor|obfuscate|hash|md5|sha|random|(?<!un)en(crypt|code)|"
155
- + "certain|concert|secretar|wildcard|coauthor|account(ant|ab|ing|ed)|(?<!pro)file|path|([_-]|\\b)url).*"
+ "(?is).*([^\\w$.-]|redact|censor|obfuscate|hash|md5|sha|random|(?<!un)en(crypt|code)|" +
+ "certain|concert|secretar|wildcard|coauthor|account(ant|ab|ing|ed)|(?<!pro)file|path|([_-]|\\b)url).*"
156
}
157
158
/**
0 commit comments