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

Module UnsafeDynamicMethodAccess::FlowState

Predicates for working with flow states.

Import path

import semmle.javascript.security.dataflow.UnsafeDynamicMethodAccessCustomizations

Predicates

fromFlowLabel

Gets the flow state corresponding to label.

taint

A tainted value.

unsafeFunction

A reference to an unsafe function, such as eval, obtained by reading from a tainted property name.