Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d2b6f7

Browse files
committed
Delete outdated comment
1 parent 7fb4447 commit 3d2b6f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/ql/src/experimental/semmle/python/frameworks

python/ql/src/experimental/semmle/python/frameworks/JWT.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private module JWT {
7878
or
7979
// jwt.decode(token, verify=False)
8080
not isFalse(this.getArgByName("verify")) and
81-
// not -> jwt.decode(token, key, options={"verify_signature": False})
81+
// jwt.decode(token, key, options={"verify_signature": False})
8282
not exists(KeyValuePair optionsDict, NameConstant falseName |
8383
falseName.getId() = "False" and
8484
optionsDict = this.getArgByName("options").asExpr().(Dict).getItems().getAnItem() and

0 commit comments

Comments
 (0)