mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
apply another suggestion from doc review
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user