Skip to content

Commit 809da0f

Browse files
committed
Shared: Autoformat.
1 parent f2f4f4c commit 809da0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ module HeuristicNames {
151151
*/
152152
string notSensitiveRegexp() {
153153
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).*"
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).*"
156156
}
157157

158158
/**

0 commit comments

Comments
 (0)