зеркало из https://github.com/github/codeql.git
Merge pull request #13076 from asgerf/js/fix-example-query-text
JS: Fix broken message in example query
This commit is contained in:
Коммит
3d5c8153ca
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче