mirror of
https://github.com/github/codeql.git
synced 2026-06-18 19:31:11 +02:00
Renamed JWTQuery so that it's named after the actual query name
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
|
||||
import java
|
||||
import semmle.code.java.security.JWTQuery
|
||||
import semmle.code.java.security.MissingJWTSignatureCheckQuery
|
||||
|
||||
from JwtParserWithInsecureParseSink sink, JwtParserWithSigningKeyExpr parserExpr
|
||||
where sink.asExpr() = parserExpr
|
||||
|
||||
Reference in New Issue
Block a user