apply another suggestion from doc review

This commit is contained in:
erik-krogh
2022-09-12 15:36:02 +02:00
parent afcb767f8d
commit 87fb01d55b
2 changed files with 23 additions and 23 deletions

View File

@@ -18,6 +18,6 @@ import semmle.javascript.security.dataflow.UnsafeHtmlConstructionQuery
from DataFlow::Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink, Sink sinkNode
where cfg.hasFlowPath(source, sink) and sink.getNode() = sinkNode
select sinkNode, source, sink, "$@ which depends on $@ might later cause $@.", sinkNode,
select sinkNode, source, sink, "$@ which depends on $@ might later allow $@.", sinkNode,
sinkNode.describe(), source.getNode(), "library input", sinkNode.getSink(),
sinkNode.getVulnerabilityKind().toLowerCase()