-
Notifications
You must be signed in to change notification settings - Fork 278
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
linkerd2/24.11.8-r0: cve remediation #36772
linkerd2/24.11.8-r0: cve remediation #36772
Conversation
Gen AI suggestions to solve the build error: Based on the build log and error output, here's my analysis: • Detected Error: Not explicitly shown in logs, but appears to fail during "go/bump" step with Go module dependency updates • Error Category: Version/Dependency • Failure Point: During - uses: go/bump
with:
deps: golang.org/x/[email protected] [email protected] • Root Cause Analysis: The • Suggested Fix:
- uses: go/bump
with:
deps: golang.org/x/crypto@latest golang.org/x/net@latest Or remove the go/bump step entirely if the project manages its own dependencies. • Explanation:
• Additional Notes:
• References:
Try either removing the go/bump step or updating it to use latest tagged versions that are compatible with the project's requirements. |
Signed-off-by: kranurag7 <[email protected]>
Signed-off-by: kranurag7 <[email protected]> fix rust cves as well Signed-off-by: kranurag7 <[email protected]>
idna was bumped to 1.0.3 which here linkerd/linkerd2#13385 (bump url ends up bumping idna here) |
linkerd2/24.11.8-r0: fix GHSA-h97m-ww89-6jmq/GHSA-v778-237x-gjrc/ Advisory data: https://github.com/wolfi-dev/advisories/blob/main/linkerd2.advisories.yaml --------- Signed-off-by: kranurag7 <[email protected]> Co-authored-by: octo-sts[bot] <[email protected]> Co-authored-by: kranurag7 <[email protected]>
linkerd2/24.11.8-r0: fix GHSA-h97m-ww89-6jmq/GHSA-v778-237x-gjrc/
Advisory data: https://github.com/wolfi-dev/advisories/blob/main/linkerd2.advisories.yaml