Module ExceptionXss::FlowState
Predicates for working with flow states.
Import path
import semmle.javascript.security.dataflow.ExceptionXssCustomizationsPredicates
| fromFlowLabel | Gets the flow state corresponding to |
| notYetThrown | A value that has not yet been thrown. |
| thrown | A tainted value originating from a thrown and caught exception. |