Skip to content

Commit 361a085

Browse files
committed
Remove spaces in sig field of models
1 parent 6518829 commit 361a085

File tree

48 files changed

+375
-371
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+375
-371
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ extensions:
33
pack: codeql/java-all
44
extensible: sinkModel
55
data:
6-
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithPassword", "(String, String)", "", "Argument[0]", "credential-other", "manual"]
7-
- ["ch.ethz.ssh2", "Connection", False, "authenticateWithPassword", "(String, String)", "", "Argument[1]", "credential-other", "manual"]
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"]

java/ql/lib/ext/com.amazonaws.auth.model.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ extensions:
33
pack: codeql/java-all
44
extensible: sinkModel
55
data:
6-
- ["com.amazonaws.auth", "BasicAWSCredentials", False, "BasicAWSCredentials", "(String, String)", "", "Argument[0]", "credential-other", "manual"]
7-
- ["com.amazonaws.auth", "BasicAWSCredentials", False, "BasicAWSCredentials", "(String, String)", "", "Argument[1]", "credential-other", "manual"]
6+
- ["com.amazonaws.auth", "BasicAWSCredentials", False, "BasicAWSCredentials", "", "", "Argument[0]", "credential-other", "manual"]
7+
- ["com.amazonaws.auth", "BasicAWSCredentials", False, "BasicAWSCredentials", "", "", "Argument[1]", "credential-other", "manual"]

java/ql/lib/ext/com.jcraft.jsch.model.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ extensions:
44
extensible: sinkModel
55
data:
66
- ["com.jcraft.jsch", "JSch", True, "getSession", "(String,String,int)", "", "Argument[1]", "request-forgery", "ai-manual"]
7-
- ["com.jcraft.jsch", "JSch", False, "getSession", "(String, String)", "", "Argument[0]", "credential-other", "manual"]
8-
- ["com.jcraft.jsch", "JSch", False, "getSession", "(String, String, int)", "", "Argument[0]", "credential-other", "manual"]
7+
- ["com.jcraft.jsch", "JSch", False, "getSession", "(String,String)", "", "Argument[0]", "credential-other", "manual"]
8+
- ["com.jcraft.jsch", "JSch", False, "getSession", "(String,String,int)", "", "Argument[0]", "credential-other", "manual"]
99
- ["com.jcraft.jsch", "Session", False, "setPassword", "(String)", "", "Argument[0]", "credential-other", "manual"]
1010
- ["com.jcraft.jsch", "Session", False, "setPassword", "(byte[])", "", "Argument[0]", "credential-other", "manual"]
1111
- addsTo:

java/ql/lib/ext/com.microsoft.sqlserver.jdbc.model.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ extensions:
33
pack: codeql/java-all
44
extensible: sinkModel
55
data:
6-
- ["com.microsoft.sqlserver.jdbc", "SQLServerDataSource", False, "getConnection", "(String, String)", "", "Argument[0]", "credential-other", "manual"]
7-
- ["com.microsoft.sqlserver.jdbc", "SQLServerDataSource", False, "getConnection", "(String, String)", "", "Argument[1]", "credential-other", "manual"]
6+
- ["com.microsoft.sqlserver.jdbc", "SQLServerDataSource", False, "getConnection", "(String,String)", "", "Argument[0]", "credential-other", "manual"]
7+
- ["com.microsoft.sqlserver.jdbc", "SQLServerDataSource", False, "getConnection", "(String,String)", "", "Argument[1]", "credential-other", "manual"]
88
- ["com.microsoft.sqlserver.jdbc", "SQLServerDataSource", False, "setPassword", "(String)", "", "Argument[0]", "credential-other", "manual"]
99
- ["com.microsoft.sqlserver.jdbc", "SQLServerDataSource", False, "setUser", "(String)", "", "Argument[0]", "credential-other", "manual"]

java/ql/lib/ext/com.mongodb.model.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ extensions:
33
pack: codeql/java-all
44
extensible: sinkModel
55
data:
6-
- ["com.mongodb", "MongoCredential", False, "createCredential", "(String, String, char[])", "", "Argument[0]", "credential-other", "manual"]
7-
- ["com.mongodb", "MongoCredential", False, "createCredential", "(String, String, char[])", "", "Argument[2]", "credential-other", "manual"]
8-
- ["com.mongodb", "MongoCredential", False, "createGSSAPICredential", "(String)", "", "Argument[0]", "credential-other", "manual"]
9-
- ["com.mongodb", "MongoCredential", False, "createMongoCRCredential", "(String, String, char[])", "", "Argument[0]", "credential-other", "manual"]
10-
- ["com.mongodb", "MongoCredential", False, "createMongoCRCredential", "(String, String, char[])", "", "Argument[2]", "credential-other", "manual"]
11-
- ["com.mongodb", "MongoCredential", False, "createMongoX509Credential", "(String)", "", "Argument[0]", "credential-other", "manual"]
12-
- ["com.mongodb", "MongoCredential", False, "createPlainCredential", "(String, String, char[])", "", "Argument[0]", "credential-other", "manual"]
13-
- ["com.mongodb", "MongoCredential", False, "createPlainCredential", "(String, String, char[])", "", "Argument[2]", "credential-other", "manual"]
14-
- ["com.mongodb", "MongoCredential", False, "createScramSha1Credential", "(String, String, char[])", "", "Argument[0]", "credential-other", "manual"]
15-
- ["com.mongodb", "MongoCredential", False, "createScramSha1Credential", "(String, String, char[])", "", "Argument[2]", "credential-other", "manual"]
6+
- ["com.mongodb", "MongoCredential", False, "createCredential", "", "", "Argument[0]", "credential-username", "manual"]
7+
- ["com.mongodb", "MongoCredential", False, "createCredential", "", "", "Argument[2]", "credential-password", "manual"]
8+
- ["com.mongodb", "MongoCredential", False, "createGSSAPICredential", "", "", "Argument[0]", "credential-username", "manual"]
9+
- ["com.mongodb", "MongoCredential", False, "createMongoCRCredential", "", "", "Argument[0]", "credential-username", "manual"]
10+
- ["com.mongodb", "MongoCredential", False, "createMongoCRCredential", "", "", "Argument[2]", "credential-password", "manual"]
11+
- ["com.mongodb", "MongoCredential", False, "createMongoX509Credential", "", "", "Argument[0]", "credential-username", "manual"]
12+
- ["com.mongodb", "MongoCredential", False, "createPlainCredential", "", "", "Argument[0]", "credential-username", "manual"]
13+
- ["com.mongodb", "MongoCredential", False, "createPlainCredential", "", "", "Argument[2]", "credential-password", "manual"]
14+
- ["com.mongodb", "MongoCredential", False, "createScramSha1Credential", "", "", "Argument[0]", "credential-username", "manual"]
15+
- ["com.mongodb", "MongoCredential", False, "createScramSha1Credential", "", "", "Argument[2]", "credential-password", "manual"]

0 commit comments

Comments
 (0)