mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Update the regex to be the original one
This commit is contained in:
@@ -17,7 +17,7 @@ import PathGraph
|
||||
* Gets a regular expression for matching names of variables that indicate the value being held may contain sensitive information
|
||||
*/
|
||||
private string getACredentialRegex() {
|
||||
result = "(?i)(.*uri|url).*"
|
||||
result = "(?i)(url).*"
|
||||
}
|
||||
|
||||
/** Variable keeps sensitive information judging by its name * */
|
||||
|
||||
Reference in New Issue
Block a user