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

Module StringFormatters

Provides classes for modeling string formatting libraries.

Import path

import semmle.javascript.frameworks.StringFormatters

Imports

javascript

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

Classes

PrintfStyleCall

A printf-style call that substitutes the embedded format specifiers of a format string for the format arguments.