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 907bb9b commit f27dd45Copy full SHA for f27dd45
1 file changed
ql/src/queries/security/cwe-798/HardcodedCredentials.ql
@@ -150,5 +150,4 @@ class HardcodedCredentialsConfiguration extends DataFlow::Configuration {
150
from DataFlow::PathNode source, DataFlow::PathNode sink, HardcodedCredentialsConfiguration conf
151
where conf.hasFlowPath(source, sink)
152
select sink.getNode(), source, sink, "Use of $@.", source.getNode(), "hardcoded credentials"
153
-
154
// TODO: debug duplicate rows
0 commit comments