Skip to content

Commit 3694631

Browse files
committed
Shared: Autoformat.
1 parent df37b50 commit 3694631

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

shared/concepts/codeql/concepts/internal/SensitiveDataHeuristics.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ module HeuristicNames {
151151
*/
152152
string notSensitiveRegexp() {
153153
result =
154-
"(?is).*([^\\w$.-]|redact|censor|obfuscate|hash|md5|sha|random|(?<!unen)crypt|(?<!un)encode|"
155-
+
154+
"(?is).*([^\\w$.-]|redact|censor|obfuscate|hash|md5|sha|random|(?<!unen)crypt|(?<!un)encode|" +
156155
"certain|concert|secretar|wildcard|coauthor|account(ant|ab|ing|ed)|(?<!pro)file|path|([_-]|\\b)url).*"
157156
}
158157

0 commit comments

Comments
 (0)