Skip to content

Commit aec6ba7

Browse files
committed
JS: Fix broken message in example query
1 parent 05b1bd8 commit aec6ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/examples/queries/dataflow/DecodingAfterSanitization/DecodingAfterSanitizationGeneralized.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ from DecodingAfterSanitization cfg, PathNode source, PathNode sink, DecodingCall
4848
where
4949
cfg.hasFlowPath(source, sink) and
5050
decoder.getInput() = sink.getNode()
51-
select sink.getNode(), source, sink, decoder.getKind() + " invalidates .", source.getNode(),
52-
"this HTML sanitization performed"
51+
select sink.getNode(), source, sink, decoder.getKind() + " invalidates $@.", source.getNode(),
52+
"this HTML sanitization"

0 commit comments

Comments
 (0)