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.PromisifyFlowClasses
| PromisifiedUserFunctionArgumentFlow | A data flow step from arguments of promisified user-defined function calls to the parameters of the original function. |