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

Wiz Remediate Vulnerabilities in: /go.mod #118

Merged
merged 2 commits into from
Feb 11, 2025

Conversation

wiz-887e6bf419[bot]
Copy link
Contributor

Wiz Remediation Pull Request Banner

Wiz has identified Vulnerabilities in the following files: /go.mod. This PR contains the remediations for them.

/go.mod

Vulnerabilities:
CVE-2024-45337
GHSA-32gq-x56h-299c
CVE-2024-45338

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

@mj-palanker
Copy link
Contributor

I think you need to vendor

go: inconsistent vendoring in /home/runner/work/cone/cone:
golang.org/x/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
filippo.io/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
golang.org/x/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
filippo.io/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
golang.org/x/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
golang.org/x/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod

To ignore the vendor directory, use -mod=readonly or -mod=mod.
To sync the vendor directory, run:
go mod vendor

@pquerna pquerna enabled auto-merge (squash) February 11, 2025 00:56
@pquerna pquerna merged commit 79300ec into main Feb 11, 2025
2 checks passed
@pquerna pquerna deleted the wiz-remediation-2025-02-11-36b5226d33c5 branch February 11, 2025 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants