Skip to content

Commit 8c3994b

Browse files
committed
Paramiko.qll: improve docs
1 parent b1242e4 commit 8c3994b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/ql/lib/semmle/python/frameworks/Paramiko.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ private module Paramiko {
1717
* The first argument of `paramiko.ProxyCommand`.
1818
*
1919
* the `paramiko.ProxyCommand` is equivalent of `ssh -o ProxyCommand="CMD"`
20-
* and it run CMD on current system that running the ssh command
21-
*
20+
* which runs `CMD` on the local system.
2221
* See https://paramiko.pydata.org/docs/reference/api/paramiko.eval.html
2322
*/
2423
class ParamikoProxyCommand extends SystemCommandExecution::Range, API::CallNode {

0 commit comments

Comments
 (0)