Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb4447 commit 3d2b6f7Copy full SHA for 3d2b6f7
1 file changed
python/ql/src/experimental/semmle/python/frameworks/JWT.qll
@@ -78,7 +78,7 @@ private module JWT {
78
or
79
// jwt.decode(token, verify=False)
80
not isFalse(this.getArgByName("verify")) and
81
- // not -> jwt.decode(token, key, options={"verify_signature": False})
+ // jwt.decode(token, key, options={"verify_signature": False})
82
not exists(KeyValuePair optionsDict, NameConstant falseName |
83
falseName.getId() = "False" and
84
optionsDict = this.getArgByName("options").asExpr().(Dict).getItems().getAnItem() and
0 commit comments