Skip to content

Commit a4f4ff1

Browse files
committed
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
1 parent 5c10d42 commit a4f4ff1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/lib/ext/io.jsonwebtoken.model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ extensions:
1111
pack: codeql/java-all
1212
extensible: sourceModel
1313
data:
14-
- ["io.jsonwebtoken", "SigningKeyResolverAdapter", True, "resolveSigningKey", "", "", "Parameter[0]", "remote", "manual"]
14+
- ["io.jsonwebtoken", "SigningKeyResolver", True, "resolveSigningKey", "", "", "Parameter[0]", "remote", "manual"]
1515
- ["io.jsonwebtoken", "SigningKeyResolverAdapter", True, "resolveSigningKeyBytes", "", "", "Parameter[0]", "remote", "manual"]

0 commit comments

Comments
 (0)