Merge pull request #13076 from asgerf/js/fix-example-query-text

JS: Fix broken message in example query
This commit is contained in:
Asger F
2023-05-09 14:57:46 +02:00
committed by GitHub

View File

@@ -48,5 +48,5 @@ from DecodingAfterSanitization cfg, PathNode source, PathNode sink, DecodingCall
where
cfg.hasFlowPath(source, sink) and
decoder.getInput() = sink.getNode()
select sink.getNode(), source, sink, decoder.getKind() + " invalidates .", source.getNode(),
"this HTML sanitization performed"
select sink.getNode(), source, sink, decoder.getKind() + " invalidates $@.", source.getNode(),
"this HTML sanitization"