import all the shared XSS sources and sinks

This commit is contained in:
Erik Krogh Kristensen
2019-11-15 15:41:53 +01:00
parent 65a018ceed
commit e95cceef1d
6 changed files with 57 additions and 17 deletions

View File

@@ -21,5 +21,5 @@ from
where
cfg.hasFlowPath(source, sink)
select sink.getNode(), source, sink,
sink.getNode().(Sink).getVulnerabilityKind() + " vulnerability due to $@.", source.getNode(),
sink.getNode().(XSS::Shared::Sink).getVulnerabilityKind() + " vulnerability due to $@.", source.getNode(),
"user-provided value"