We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ba30a commit 2dd8626Copy full SHA for 2dd8626
java/ql/src/semmle/code/java/security/JWT.qll
@@ -104,7 +104,7 @@ private class InsecureJwtParseHandlerSinkModel extends SinkModelCsv {
104
override predicate row(string row) {
105
row =
106
[
107
- "io.jsonwebtoken;JwtParser;true;parse;(String,JwtHandler<T>);;Argument[-1];jwt-insecure-parse-handler"
+ "io.jsonwebtoken;JwtParser;true;parse;(String,JwtHandler);;Argument[-1];jwt-insecure-parse-handler"
108
]
109
}
110
0 commit comments