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

Member predicate ExceptionXss::Source::getAFlowState

Gets a flow state to associate with this source.

For sources that should pass through a throw/catch before reaching the sink, use the FlowState::notYetThrown() state. Otherwise use FlowState::thrown() (the default).

FlowState getAFlowState()