mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Polish test
This commit is contained in:
@@ -2,11 +2,13 @@ import python_jwt
|
||||
|
||||
# GOOD
|
||||
|
||||
def good1(token):
|
||||
|
||||
def good(token):
|
||||
python_jwt.process_jwt(token)
|
||||
python_jwt.verify_jwt(token, "key", "HS256")
|
||||
|
||||
# BAD
|
||||
|
||||
|
||||
def bad(token):
|
||||
python_jwt.process_jwt(token)
|
||||
|
||||
Reference in New Issue
Block a user