We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75b853 commit fd74428Copy full SHA for fd74428
ruby/ql/lib/codeql/ruby/security/UnsafeCodeConstructionQuery.qll
@@ -12,7 +12,7 @@ private import codeql.ruby.TaintTracking
12
private import codeql.ruby.dataflow.BarrierGuards
13
14
/**
15
- * A taint-tracking configuration for detecting shell command constructed from library input vulnerabilities.
+ * A taint-tracking configuration for detecting code constructed from library input vulnerabilities.
16
*/
17
class Configuration extends TaintTracking::Configuration {
18
Configuration() { this = "UnsafeShellCommandConstruction" }
0 commit comments