mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
fix the docs of secondary server cmd injection
This commit is contained in:
@@ -12,5 +12,5 @@ module SecondaryCommandInjectionConfig implements DataFlow::ConfigSig {
|
||||
predicate isSink(DataFlow::Node sink) { sink instanceof SecondaryCommandInjection }
|
||||
}
|
||||
|
||||
/** Global taint-tracking for detecting "paramiko command injection" vulnerabilities. */
|
||||
/** Global taint-tracking for detecting "secondary server command injection" vulnerabilities. */
|
||||
module SecondaryCommandInjectionFlow = TaintTracking::Global<SecondaryCommandInjectionConfig>;
|
||||
|
||||
Reference in New Issue
Block a user