Generic type parameters no longer needed in CSV sink models

This commit is contained in:
Tony Torralba
2021-06-16 16:23:50 +02:00
parent 91ba30a781
commit 2dd862661b

View File

@@ -104,7 +104,7 @@ private class InsecureJwtParseHandlerSinkModel extends SinkModelCsv {
override predicate row(string row) {
row =
[
"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"
]
}
}