Renamed JWTQuery so that it's named after the actual query name

This commit is contained in:
Tony Torralba
2021-08-04 12:08:08 +02:00
parent 4ea6729c53
commit f4bc4df8c1
3 changed files with 3 additions and 3 deletions

View File

@@ -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