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