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.
verifyCall()
1 parent 7b51b91 commit c6d8b97Copy full SHA for c6d8b97
python/ql/src/experimental/semmle/python/libraries/Python_JWT.qll
@@ -26,7 +26,7 @@ private module Python_JWT {
26
this = API::moduleImport("python_jwt").getMember("process_jwt").getACall()
27
}
28
29
- DataFlow::CallCfgNode verifyCall() {
+ private DataFlow::CallCfgNode verifyCall() {
30
result = API::moduleImport("python_jwt").getMember("verify_jwt").getACall() and
31
this.getPayload().getALocalSource() = result.getArg(0).getALocalSource()
32
0 commit comments