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

Module PromisifyFlow

Provides data flow steps for promisified user-defined function calls. This ensures that when you call a promisified user-defined function, arguments flow to the original function’s parameters.

Import path

import semmle.javascript.dataflow.PromisifyFlow

Classes

PromisifiedUserFunctionArgumentFlow

A data flow step from arguments of promisified user-defined function calls to the parameters of the original function.