Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f27dd45

Browse files
committed
run formatter
1 parent 907bb9b commit f27dd45

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ql/src/queries/security/cwe-798/HardcodedCredentials.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,4 @@ class HardcodedCredentialsConfiguration extends DataFlow::Configuration {
150150
from DataFlow::PathNode source, DataFlow::PathNode sink, HardcodedCredentialsConfiguration conf
151151
where conf.hasFlowPath(source, sink)
152152
select sink.getNode(), source, sink, "Use of $@.", source.getNode(), "hardcoded credentials"
153-
154153
// TODO: debug duplicate rows

0 commit comments

Comments
 (0)