mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01: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