Module containing sources, sinks, and sanitizers for shell command constructed from library input.
Import path
import codeql.ruby.security.UnsafeShellCommandConstructionCustomizationsPredicates
| isUsedAsShellCommand | Holds if the string constructed at |
Classes
| ArrayJoin | A string constructed using a |
| Sink | A sink for shell command constructed from library input vulnerabilities. |
| Source | A source for shell command constructed from library input vulnerabilities. |
| StringConcatAsSink | A component of a string-concatenation (e.g. |
| StringInterpolationAsSink | A string constructed from a string-literal (e.g. |
| TaintedFormatStringAsSink | A string constructed from a printf-style call, where the resulting string ends up being executed as a shell command. |
Aliases
| TaintedFormat | Provides Ruby-specific imports and classes needed for |