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

Use replace directive in go.mod to use golang.org/x/net to be at v0.26.0 #3218

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

troy0820
Copy link
Member

@troy0820 troy0820 commented Sep 5, 2024

What does this change

This should get rid of the references to the golang.org/x/net < v0.26.0 in the go.sum which triggers scanners to pick this up as a CVE.

What issue does it fix

Community issue on a call.

Notes for the reviewer

None

Checklist

  • Did you write tests?
  • Did you write documentation?
  • Did you change porter.yaml or a storage document record? Update the corresponding schema file.
  • If this is your first pull request, please add your name to the bottom of our Contributors list. Thank you for making Porter better! 🙇‍♀️

@troy0820
Copy link
Member Author

troy0820 commented Sep 5, 2024

go mod graph still shows the old deps in there. We may need to just update them.

@troy0820 troy0820 added the hold Waiting for something else before moving forward label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hold Waiting for something else before moving forward
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant