JS: Address review comments

This commit is contained in:
Asger Feldthaus
2020-10-20 12:00:02 +01:00
parent 8779b7c1ce
commit c91cdb5194
5 changed files with 32 additions and 23 deletions

View File

@@ -19,7 +19,7 @@ from DataFlow::Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode
where
(
cfg instanceof HtmlInjectionConfiguration or
cfg instanceof JQuerySelectorInjectionConfiguration
cfg instanceof JQueryHtmlOrSelectorInjectionConfiguration
) and
cfg.hasFlowPath(source, sink)
select sink.getNode(), source, sink,