Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908d659 commit 90d1181Copy full SHA for 90d1181
1 file changed
java/ql/src/experimental/Security/CWE/CWE-532/SensitiveInfoLog.ql
@@ -17,7 +17,7 @@ import PathGraph
17
* Gets a regular expression for matching names of variables that indicate the value being held may contain sensitive information
18
*/
19
private string getACredentialRegex() {
20
- result = "(?i)(.*uri|url).*"
+ result = "(?i)(url).*"
21
}
22
23
/** Variable keeps sensitive information judging by its name * */
0 commit comments