Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: Add Python_JWT to JWT security query #7452

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

@jorgectf
Copy link
Contributor

@jorgectf jorgectf commented Dec 19, 2021

Missed Python_JWT in #5588.

Since verifiesSignature() only succeeds if a call to python_jwt.verify_jwt exists, creating a bool variable is the only way I've found to correlate this declaration to the predicate. (python_jwt.process_jwt is already correlated to python_jwt.verify_jwt by getting the flow from python_jwt.process_jwt's first argument local source to python_jwt.verify_jwt's first argument)

@jorgectf jorgectf requested a review from as a code owner Dec 19, 2021
@tausbn tausbn self-assigned this Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants