File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
java/ql/lib/semmle/code/java/security Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments