We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
verifiesSignature()
1 parent 3fe2a08 commit 9ad8a85Copy full SHA for 9ad8a85
python/ql/src/experimental/semmle/python/libraries/PyJWT.qll
@@ -86,8 +86,6 @@ private module PyJWT {
86
}
87
88
override predicate verifiesSignature() {
89
- this.hasNoVerifyArgumentOrOptions()
90
- or
91
not this.hasVerifySetToFalse() and
92
not this.hasVerifySignatureSetToFalse()
93
python/ql/src/experimental/semmle/python/libraries/PythonJose.qll
@@ -87,9 +87,6 @@ private module PythonJose {
- // jwt.decode(token, "key", "HS256")
- this.hasNoOptions()
// jwt.decode(token, key, options={"verify_signature": False})
94
95
0 commit comments