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

[25.0 backport] vendor: github.com/golang-jwt/jwt/[email protected] #17

Conversation

austinvazquez
Copy link
Owner

- What I did

Backports moby#48911 to 25.0 branch.

This change vendors github.com/golang-jwt/jwt/[email protected] to resolve false positive warnings for CVE 2024-51744. The warnings are false positive because the code is not called from buildkit.

The dependency is brought by moby/buildkit which starting in moby/[email protected] will no longer depend on github.com/golang-jwt/jwt/v4 module with change moby/buildkit#5529. Until then it is fine to vendor v4.5.1 to silence scanner warnings.

(cherry picked from commit 1eccc32)

- Description for the changelog

Vendor github.com/golang-jwt/jwt/[email protected]

- A picture of a cute animal (not mandatory but encouraged)

Signed-off-by: Austin Vazquez <[email protected]>
(cherry picked from commit 1eccc32)
Signed-off-by: Austin Vazquez <[email protected]>
@austinvazquez austinvazquez deleted the cherry-pick-1eccc326deec9e39916c227b2684329b7f010bfd-to-25.0 branch November 22, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant