We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4117cd7 commit 69f2525Copy full SHA for 69f2525
java/ql/src/experimental/CWE-532/SensitiveInfoLog.ql
@@ -64,4 +64,3 @@ from LoggerConfiguration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
64
where cfg.hasFlowPath(source, sink)
65
select sink.getNode(), source, sink, "Outputting $@ to log.", source.getNode(),
66
"sensitive information"
67
-
0 commit comments