Provides a taint tracking configuration for reasoning about shell command constructed from library input vulnerabilities (CWE-078).
Note, for performance reasons: only import this file if
UnsafeShellCommandConstruction::Configuration is needed, otherwise
UnsafeShellCommandConstructionCustomizations should be imported instead.
Import path
import semmle.javascript.security.dataflow.UnsafeShellCommandConstructionQueryImports
| UnsafeShellCommandConstruction | Module containing sources, sinks, and sanitizers for shell command constructed from library input. |
| javascript | Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML. |
Classes
| Configuration | DEPRECATED. Use the |
Modules
| UnsafeShellCommandConstructionConfig | A taint-tracking configuration for reasoning about shell command constructed from library input vulnerabilities. |
Aliases
| UnsafeShellCommandConstructionFlow | Taint-tracking for reasoning about shell command constructed from library input vulnerabilities. |