File tree Expand file tree Collapse file tree
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 Original file line number Diff line number Diff line change @@ -98,7 +98,8 @@ module HeuristicNames {
9898 * suggesting nouns within the string do not represent the meaning of the whole string (e.g. a URL or a SQL query).
9999 */
100100 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)).*"
102103 }
103104
104105 /**
Original file line number Diff line number Diff line change @@ -98,7 +98,8 @@ module HeuristicNames {
9898 * suggesting nouns within the string do not represent the meaning of the whole string (e.g. a URL or a SQL query).
9999 */
100100 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)).*"
102103 }
103104
104105 /**
Original file line number Diff line number Diff line change @@ -98,7 +98,8 @@ module HeuristicNames {
9898 * suggesting nouns within the string do not represent the meaning of the whole string (e.g. a URL or a SQL query).
9999 */
100100 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)).*"
102103 }
103104
104105 /**
You can’t perform that action at this time.
0 commit comments