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

Update jwt-go library to fix CVE-2020-26160 #9017

Merged
merged 11 commits into from
Jun 10, 2021
Merged

Update jwt-go library to fix CVE-2020-26160 #9017

merged 11 commits into from
Jun 10, 2021

Conversation

prestonvanloon
Copy link
Member

What type of PR is this?

Other

What does this PR do? Why is it needed?

There is a non-exploitable security bug with the jwt library.

See: dgrijalva/jwt-go#463

Which issues(s) does this PR fix?

Fixes #9015

Other notes for review

I've also added proto/testing/gocast.go to trick go.mod and gazelle to stop pruning the gocast protoc tooling.

@prestonvanloon prestonvanloon requested a review from a team as a code owner June 10, 2021 16:10
@prestonvanloon prestonvanloon added Priority: Medium Medium priority item Security Security Related Issues labels Jun 10, 2021
@codecov
Copy link

codecov bot commented Jun 10, 2021

Codecov Report

Merging #9017 (6bab082) into develop (644d5bb) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #9017      +/-   ##
===========================================
- Coverage    60.94%   60.94%   -0.01%     
===========================================
  Files          531      531              
  Lines        37558    37558              
===========================================
- Hits         22890    22888       -2     
- Misses       11396    11398       +2     
  Partials      3272     3272              

@rauljordan rauljordan merged commit 8f90e91 into develop Jun 10, 2021
@delete-merged-branch delete-merged-branch bot deleted the update-jwt-go branch June 10, 2021 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium Medium priority item Security Security Related Issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jwt-go library with vulnerability CVE-2020-26160 is used
2 participants