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

Module ExceptionXss::FlowState

Predicates for working with flow states.

Import path

import semmle.javascript.security.dataflow.ExceptionXssCustomizations

Predicates

fromFlowLabel

Gets the flow state corresponding to label.

notYetThrown

A value that has not yet been thrown.

thrown

A tainted value originating from a thrown and caught exception.