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

deps: update to latest go-discover #12739

Merged
merged 2 commits into from
Apr 12, 2022
Merged

deps: update to latest go-discover #12739

merged 2 commits into from
Apr 12, 2022

Conversation

rboyer
Copy link
Member

@rboyer rboyer commented Apr 11, 2022

Fixes #11253

$ go mod why -m github.com/dgrijalva/jwt-go
# github.com/dgrijalva/jwt-go
(main module does not need module github.com/dgrijalva/jwt-go)

$ go mod why -m github.com/form3tech-oss/jwt-go
# github.com/form3tech-oss/jwt-go
github.com/hashicorp/consul/agent
github.com/hashicorp/go-discover
github.com/hashicorp/go-discover/provider/azure
github.com/Azure/go-autorest/autorest
github.com/Azure/go-autorest/autorest/adal
github.com/form3tech-oss/jwt-go

Fixes #11253

    $ go mod why -m github.com/dgrijalva/jwt-go
    # github.com/dgrijalva/jwt-go
    (main module does not need module github.com/dgrijalva/jwt-go)

    $ go mod why -m github.com/form3tech-oss/jwt-go
    # github.com/form3tech-oss/jwt-go
    github.com/hashicorp/consul/agent
    github.com/hashicorp/go-discover
    github.com/hashicorp/go-discover/provider/azure
    github.com/Azure/go-autorest/autorest
    github.com/Azure/go-autorest/autorest/adal
    github.com/form3tech-oss/jwt-go
@rboyer rboyer added the backport-inactive/1.12 This release series is no longer active label Apr 11, 2022
@rboyer rboyer added this to the 1.12.0 milestone Apr 11, 2022
@rboyer rboyer requested a review from a team April 11, 2022 14:20
@rboyer rboyer self-assigned this Apr 11, 2022
@github-actions github-actions bot added the pr/dependencies PR specifically updates dependencies of project label Apr 11, 2022
@vercel vercel bot temporarily deployed to Preview – consul April 11, 2022 14:23 Inactive
@vercel vercel bot temporarily deployed to Preview – consul-ui-staging April 11, 2022 14:23 Inactive
Copy link
Contributor

@acpana acpana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼

@rboyer rboyer merged commit 8beaca4 into main Apr 12, 2022
@rboyer rboyer deleted the update-go-discover branch April 12, 2022 18:41
@hc-github-team-consul-core
Copy link
Collaborator

🍒 If backport labels were added before merging, cherry-picking will start automatically.

To retroactively trigger a backport after merging, add backport labels and re-run https://circleci.com/gh/hashicorp/consul/635391.

@hc-github-team-consul-core
Copy link
Collaborator

🍒✅ Cherry pick of commit 8beaca4 onto release/1.12.x succeeded!

hc-github-team-consul-core pushed a commit that referenced this pull request Apr 12, 2022
Fixes #11253

    $ go mod why -m github.com/dgrijalva/jwt-go
    # github.com/dgrijalva/jwt-go
    (main module does not need module github.com/dgrijalva/jwt-go)

    $ go mod why -m github.com/form3tech-oss/jwt-go
    # github.com/form3tech-oss/jwt-go
    github.com/hashicorp/consul/agent
    github.com/hashicorp/go-discover
    github.com/hashicorp/go-discover/provider/azure
    github.com/Azure/go-autorest/autorest
    github.com/Azure/go-autorest/autorest/adal
    github.com/form3tech-oss/jwt-go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-inactive/1.12 This release series is no longer active pr/dependencies PR specifically updates dependencies of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CVE-2020-26160: Vulnerability in jwt-go module
3 participants