Skip to content

Commit c6d8b97

Browse files
committed
Make verifyCall() a private predicate
1 parent 7b51b91 commit c6d8b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/semmle/python/libraries/Python_JWT.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ private module Python_JWT {
2626
this = API::moduleImport("python_jwt").getMember("process_jwt").getACall()
2727
}
2828

29-
DataFlow::CallCfgNode verifyCall() {
29+
private DataFlow::CallCfgNode verifyCall() {
3030
result = API::moduleImport("python_jwt").getMember("verify_jwt").getACall() and
3131
this.getPayload().getALocalSource() = result.getArg(0).getALocalSource()
3232
}

0 commit comments

Comments
 (0)