Skip to content

Commit 3ff1a97

Browse files
egregius313atorralba
authored andcommitted
Add byte[] signatures
1 parent d71386e commit 3ff1a97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

java/ql/lib/semmle/code/java/security/SensitiveApi.qll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,10 @@ private predicate otherApiCallableCredentialParam(string s) {
491491
"com.microsoft.sqlserver.jdbc.SQLServerDataSource;getConnection(String, String);0",
492492
"com.microsoft.sqlserver.jdbc.SQLServerDataSource;getConnection(String, String);1",
493493
"com.auth0.jwt.algorithms.Algorithm;HMAC256(String);0",
494+
"com.auth0.jwt.algorithms.Algorithm;HMAC256(byte[]);0",
494495
"com.auth0.jwt.algorithms.Algorithm;HMAC384(String);0",
495-
"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"
496499
]
497500
}

0 commit comments

Comments
 (0)