Skip to content

Commit b6e79f9

Browse files
committed
autoformat
1 parent 318718c commit b6e79f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/ql/src/Security Features/CWE-112/MissingXMLValidation.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ import semmle.code.csharp.dataflow.DataFlow::DataFlow::PathGraph
1818
from TaintTrackingConfiguration c, DataFlow::PathNode source, DataFlow::PathNode sink
1919
where c.hasFlowPath(source, sink)
2020
select sink.getNode(), source, sink,
21-
"This XML processing depends on a $@ without validation because " + sink.getNode().(Sink).getReason(),
22-
source.getNode(), "user-provided value"
21+
"This XML processing depends on a $@ without validation because " +
22+
sink.getNode().(Sink).getReason(), source.getNode(), "user-provided value"

0 commit comments

Comments
 (0)