update alert message to distinguish between library input and remote flow

This commit is contained in:
Erik Krogh Kristensen
2021-05-17 12:17:48 +02:00
parent 6e183af383
commit d1238dfd8b
4 changed files with 26 additions and 17 deletions

View File

@@ -24,4 +24,4 @@ from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
where cfg.hasFlowPath(source, sink)
select sink, source, sink,
"This assignment may alter Object.prototype if a malicious '__proto__' string is injected from $@.",
source.getNode(), "here"
source.getNode(), source.getNode().(Source).describe()