mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
Change method resolveSigningKey from class to interface
The resolveSigningKey method of SigningKeyResolverAdapter is an implementation of that defined in SigningKeyResolver. So this changes the type from the class to the interface it implements
This commit is contained in:
@@ -11,5 +11,5 @@ extensions:
|
||||
pack: codeql/java-all
|
||||
extensible: sourceModel
|
||||
data:
|
||||
- ["io.jsonwebtoken", "SigningKeyResolverAdapter", True, "resolveSigningKey", "", "", "Parameter[0]", "remote", "manual"]
|
||||
- ["io.jsonwebtoken", "SigningKeyResolver", True, "resolveSigningKey", "", "", "Parameter[0]", "remote", "manual"]
|
||||
- ["io.jsonwebtoken", "SigningKeyResolverAdapter", True, "resolveSigningKeyBytes", "", "", "Parameter[0]", "remote", "manual"]
|
||||
|
||||
Reference in New Issue
Block a user