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

Validate JWT Signing Type in RPC #7576

Merged
merged 10 commits into from
Oct 20, 2020
Merged

Validate JWT Signing Type in RPC #7576

merged 10 commits into from
Oct 20, 2020

Conversation

rauljordan
Copy link
Contributor

We were not validating the signing type of JWT tokens received from clients for validator RPC requests. Thankfully, our JWT library guards against JWT's with SigningTypeNone specified, but we should still perform the check for security reasons.

@rauljordan rauljordan requested a review from a team as a code owner October 19, 2020 20:24
@rauljordan rauljordan self-assigned this Oct 19, 2020
@rauljordan rauljordan added API Api related tasks OK to merge Ready For Review A pull request ready for code review Security Security Related Issues labels Oct 19, 2020
prestonvanloon
prestonvanloon previously approved these changes Oct 20, 2020
@prylabs-bulldozer prylabs-bulldozer bot merged commit 816eb94 into master Oct 20, 2020
@delete-merged-branch delete-merged-branch bot deleted the guard-jwt-signing branch October 20, 2020 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Api related tasks Ready For Review A pull request ready for code review Security Security Related Issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants