File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
javascript/ql/lib/semmle/javascript/security/internal
python/ql/lib/semmle/python/security/internal
ruby/ql/lib/codeql/ruby/security/internal Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,8 @@ module HeuristicNames {
98
98
* suggesting nouns within the string do not represent the meaning of the whole string (e.g. a URL or a SQL query).
99
99
*/
100
100
string notSensitiveRegexp ( ) {
101
- result = "(?is).*([^\\w$.-]|redact|censor|obfuscate|hash|md5|sha|random|((?<!un)(en))?(crypt|code)).*"
101
+ result =
102
+ "(?is).*([^\\w$.-]|redact|censor|obfuscate|hash|md5|sha|random|((?<!un)(en))?(crypt|code)).*"
102
103
}
103
104
104
105
/**
Original file line number Diff line number Diff line change @@ -98,7 +98,8 @@ module HeuristicNames {
98
98
* suggesting nouns within the string do not represent the meaning of the whole string (e.g. a URL or a SQL query).
99
99
*/
100
100
string notSensitiveRegexp ( ) {
101
- result = "(?is).*([^\\w$.-]|redact|censor|obfuscate|hash|md5|sha|random|((?<!un)(en))?(crypt|code)).*"
101
+ result =
102
+ "(?is).*([^\\w$.-]|redact|censor|obfuscate|hash|md5|sha|random|((?<!un)(en))?(crypt|code)).*"
102
103
}
103
104
104
105
/**
Original file line number Diff line number Diff line change @@ -98,7 +98,8 @@ module HeuristicNames {
98
98
* suggesting nouns within the string do not represent the meaning of the whole string (e.g. a URL or a SQL query).
99
99
*/
100
100
string notSensitiveRegexp ( ) {
101
- result = "(?is).*([^\\w$.-]|redact|censor|obfuscate|hash|md5|sha|random|((?<!un)(en))?(crypt|code)).*"
101
+ result =
102
+ "(?is).*([^\\w$.-]|redact|censor|obfuscate|hash|md5|sha|random|((?<!un)(en))?(crypt|code)).*"
102
103
}
103
104
104
105
/**
You can’t perform that action at this time.
0 commit comments