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

Module ConditionalBypass

Import path

import semmle.javascript.security.dataflow.ConditionalBypassCustomizations

Classes

RemoteFlowSourceAsSource

A source of remote user input, considered as a flow source for bypass of sensitive action guards.

Sanitizer

A sanitizer for bypass of sensitive action guards.

SensitiveActionGuardConditional

A conditional that guards a sensitive action, e.g. ok in if (ok) login().

Sink

A data flow sink for bypass of sensitive action guards.

Source

A data flow source for bypass of sensitive action guards.