-
Notifications
You must be signed in to change notification settings - Fork 62
chore(deps): bump github.com/go-oauth2/oauth2 to v4.5.3 #803
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
Conversation
Welcome @dnwe! It looks like this is your first PR to falcosecurity/falcoctl 🎉 |
As they've updated to jwt/v5 this prevents us from pulling in the legacy vulnerable github.com/golang-jwt/jwt@v3.2.2+incompatible dependency Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
@leogr any chance you could take a look at this dep bump that dependabot won’t be able to handle by itself? |
/approve |
/lgtm |
LGTM label has been added. Git tree hash: 1caff22f85827d6ca7f64f1f2d376aa57081251c
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dnwe, leogr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dnwe, leogr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
Any specific area of the project related to this PR?
/area library
What this PR does / why we need it:
Bump github.com/go-oauth2/oauth2 to v4.5.3
As they've updated to jwt/v5 this prevents us from pulling in the legacy vulnerable github.com/golang-jwt/jwt@v3.2.2+incompatible dependency ourselves