mirror of
https://github.com/github/codeql.git
synced 2026-03-06 15:49:08 +01:00
JavaScript: Select Nodes (instead of PathNodes) everywhere.
This commit is contained in:
@@ -18,4 +18,4 @@ import DataFlow::PathGraph
|
||||
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
|
||||
where cfg.hasPathFlow(source, sink)
|
||||
select sink.getNode(), source, sink, "Stack trace information from $@ may be exposed to an external user here.",
|
||||
source, "here"
|
||||
source.getNode(), "here"
|
||||
|
||||
Reference in New Issue
Block a user