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 1714866 commit fd9e6f4Copy full SHA for fd9e6f4
python/ql/src/experimental/semmle/python/security/SecondaryServerCmdInjection.qll
@@ -12,5 +12,5 @@ module SecondaryCommandInjectionConfig implements DataFlow::ConfigSig {
12
predicate isSink(DataFlow::Node sink) { sink instanceof SecondaryCommandInjection }
13
}
14
15
-/** Global taint-tracking for detecting "paramiko command injection" vulnerabilities. */
+/** Global taint-tracking for detecting "secondary server command injection" vulnerabilities. */
16
module SecondaryCommandInjectionFlow = TaintTracking::Global<SecondaryCommandInjectionConfig>;
0 commit comments