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

Class DataFlow::SinkPathNode

A path node corresponding to a flow sink.

Import path

import javascript

Direct supertypes

Indirect supertypes

Inherited fields

Inherited predicates

getASuccessor

Gets a successor node of this path node.

from PathNode
getConfiguration

Gets the underlying configuration of this path node.

from PathNode
getFlowLabel

Gets a flow label for the path node.

from PathNode
getNode

Gets the underlying data-flow node of this path node.

from PathNode
getPathSummary

Gets a summary for the path node.

from PathNode
hasLocationInfo

Holds if this path node is at the specified location. The location spans column startcolumn of line startline to column endcolumn of line endline in file filepath. For more information, see Locations.

from PathNode
toString

Gets a textual representation of this path node.

from PathNode
wraps

Holds if this path node wraps data-flow node n and configuration c.

from PathNode

Charpred