We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
byte[]
1 parent d71386e commit 3ff1a97Copy full SHA for 3ff1a97
1 file changed
java/ql/lib/semmle/code/java/security/SensitiveApi.qll
@@ -491,7 +491,10 @@ private predicate otherApiCallableCredentialParam(string s) {
491
"com.microsoft.sqlserver.jdbc.SQLServerDataSource;getConnection(String, String);0",
492
"com.microsoft.sqlserver.jdbc.SQLServerDataSource;getConnection(String, String);1",
493
"com.auth0.jwt.algorithms.Algorithm;HMAC256(String);0",
494
+ "com.auth0.jwt.algorithms.Algorithm;HMAC256(byte[]);0",
495
"com.auth0.jwt.algorithms.Algorithm;HMAC384(String);0",
- "com.auth0.jwt.algorithms.Algorithm;HMAC512(String);0"
496
+ "com.auth0.jwt.algorithms.Algorithm;HMAC384(byte[]);0",
497
+ "com.auth0.jwt.algorithms.Algorithm;HMAC512(String);0",
498
+ "com.auth0.jwt.algorithms.Algorithm;HMAC512(byte[]);0"
499
]
500
}
0 commit comments