We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a4c2e commit dc69986Copy full SHA for dc69986
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -1672,7 +1672,7 @@ module API {
1672
1673
/** Holds if def-node tracking starting at `nd` can reach a node in the overlay. */
1674
pragma[nomagic]
1675
- private predicate shouldBacktrackIntoOverlay(DataFlow::SourceNode nd) {
+ private predicate shouldBacktrackIntoOverlay(DataFlow::Node nd) {
1676
exists(DataFlow::Node overlayNode |
1677
stepOutOfOverlay(overlayNode, Stage1Local::trackDefNodeAnyState(nd))
1678
)
0 commit comments