fix the docs of secondary server cmd injection

This commit is contained in:
am0o0
2024-05-29 16:01:43 +02:00
parent 171486641e
commit fd9e6f48d7

View File

@@ -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>;