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 b1242e4 commit 8c3994bCopy full SHA for 8c3994b
python/ql/lib/semmle/python/frameworks/Paramiko.qll
@@ -17,8 +17,7 @@ private module Paramiko {
17
* The first argument of `paramiko.ProxyCommand`.
18
*
19
* the `paramiko.ProxyCommand` is equivalent of `ssh -o ProxyCommand="CMD"`
20
- * and it run CMD on current system that running the ssh command
21
- *
+ * which runs `CMD` on the local system.
22
* See https://paramiko.pydata.org/docs/reference/api/paramiko.eval.html
23
*/
24
class ParamikoProxyCommand extends SystemCommandExecution::Range, API::CallNode {
0 commit comments