mirror of
https://github.com/github/codeql.git
synced 2026-02-23 02:13:41 +01:00
the proxy command is not a secondary command execution so we can add proxy command to SystemCommandExecution::Range, update QLDocs, add a proper Paramiko test case fix a typo
5 lines
205 B
Plaintext
5 lines
205 B
Plaintext
import python
|
|
import experimental.dataflow.TestUtil.DataflowQueryTest
|
|
import experimental.semmle.python.security.SecondaryServerCmdInjection
|
|
import FromTaintTrackingConfig<SecondaryCommandInjectionConfig>
|