mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Add byte[] signatures
This commit is contained in:
@@ -491,7 +491,10 @@ private predicate otherApiCallableCredentialParam(string s) {
|
||||
"com.microsoft.sqlserver.jdbc.SQLServerDataSource;getConnection(String, String);0",
|
||||
"com.microsoft.sqlserver.jdbc.SQLServerDataSource;getConnection(String, String);1",
|
||||
"com.auth0.jwt.algorithms.Algorithm;HMAC256(String);0",
|
||||
"com.auth0.jwt.algorithms.Algorithm;HMAC256(byte[]);0",
|
||||
"com.auth0.jwt.algorithms.Algorithm;HMAC384(String);0",
|
||||
"com.auth0.jwt.algorithms.Algorithm;HMAC512(String);0"
|
||||
"com.auth0.jwt.algorithms.Algorithm;HMAC384(byte[]);0",
|
||||
"com.auth0.jwt.algorithms.Algorithm;HMAC512(String);0",
|
||||
"com.auth0.jwt.algorithms.Algorithm;HMAC512(byte[]);0"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user