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

Module IncompleteMultiCharacterSanitizationSpecific

Provides language-specific predicates for reasoning about improper multi-character sanitization.

Import path

import semmle.javascript.security.IncompleteMultiCharacterSanitizationSpecific

Imports

javascript

Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML.

Classes

EmptyReplaceRegExpTerm

A regexp term that matches substrings that should be replaced with the empty string.

Aliases

NfaUtils

Classes and predicates that create an NFA and various algorithms for working with it.

StringSubstitutionCall

A call to String.prototype.replace.