Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8eeb861

Browse files
committed
ch.ethz.ssh2 fixes
1 parent 2f53adf commit 8eeb861

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

java/ql/lib/ext/ch.ethz.ssh2.model.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ extensions:
33
pack: codeql/java-all
44
extensible: sinkModel
55
data:
6-
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithNone", "", "", "Argument[0]", "credential-username", "manual"]
7-
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithPassword", "", "", "Argument[0]", "credential-username", "manual"]
8-
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithPassword", "", "", "Argument[1]", "credential-password", "manual"]
9-
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithPublicKey", "", "", "Argument[0]", "credential-username", "manual"]
10-
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithPublicKey", "", "", "Argument[2]", "credential-password", "manual"]
11-
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithPublicKey", "", "", "Argument[1]", "crypto-parameter", "manual"]
6+
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithNone", "(String)", "", "Argument[0]", "credential-username", "manual"]
7+
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithPassword", "(String,String)", "", "Argument[0]", "credential-username", "manual"]
8+
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithPassword", "(String,String)", "", "Argument[1]", "credential-password", "manual"]

0 commit comments

Comments
 (0)