CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.13 (changelog, source)
Search

Member predicate API::Node::getAValueReachingSink

Get a data-flow node that transitively flows to an external library (or in general, any external codebase).

This is similar to asSink() but additionally includes nodes that transitively reach a sink by data flow. See asSink() for examples.

Node getAValueReachingSink()