mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
ch.ethz.ssh2 fixes
This commit is contained in:
@@ -3,9 +3,6 @@ extensions:
|
||||
pack: codeql/java-all
|
||||
extensible: sinkModel
|
||||
data:
|
||||
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithNone", "", "", "Argument[0]", "credential-username", "manual"]
|
||||
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithPassword", "", "", "Argument[0]", "credential-username", "manual"]
|
||||
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithPassword", "", "", "Argument[1]", "credential-password", "manual"]
|
||||
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithPublicKey", "", "", "Argument[0]", "credential-username", "manual"]
|
||||
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithPublicKey", "", "", "Argument[2]", "credential-password", "manual"]
|
||||
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithPublicKey", "", "", "Argument[1]", "crypto-parameter", "manual"]
|
||||
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithNone", "(String)", "", "Argument[0]", "credential-username", "manual"]
|
||||
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithPassword", "(String,String)", "", "Argument[0]", "credential-username", "manual"]
|
||||
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithPassword", "(String,String)", "", "Argument[1]", "credential-password", "manual"]
|
||||
|
||||
Reference in New Issue
Block a user