Skip to content

Commit fd9e6f4

Browse files
committed
fix the docs of secondary server cmd injection
1 parent 1714866 commit fd9e6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/semmle/python/security/SecondaryServerCmdInjection.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ module SecondaryCommandInjectionConfig implements DataFlow::ConfigSig {
1212
predicate isSink(DataFlow::Node sink) { sink instanceof SecondaryCommandInjection }
1313
}
1414

15-
/** Global taint-tracking for detecting "paramiko command injection" vulnerabilities. */
15+
/** Global taint-tracking for detecting "secondary server command injection" vulnerabilities. */
1616
module SecondaryCommandInjectionFlow = TaintTracking::Global<SecondaryCommandInjectionConfig>;

0 commit comments

Comments
 (0)