-
Notifications
You must be signed in to change notification settings - Fork 904
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
Bump golang.org/x/net to address security concerns [CVE-2024-45338], [CVE-2024-45337] #6021
Comments
/assign |
Thanks @yaten2302, Any update? Please let me know if you need any help. |
Hey @RainbowMango , when I've run the command |
I've no clue about the |
find your GOPATH by command: |
So, should I do - |
You can give it a try, remember to replace |
Task description:
Bump golang.org/x/net in go.mod to v0.34.0.
(Note: golang.org/x/[email protected] requires golang.org/x/[email protected])
Which will address two CVEs:
golang.org/x/net/html
.golang.org/x/crypto/ssh
.Solution:
Update the golang.org/x/net in go.mod to v0.34.0, like:
And then, run the command
make update
, commit all generated files.Who can join or take the task:
The good first issue is intended for
first-time contributors
to get started on his/her contributor journey.After a contributor has successfully completed 1-2 good first issue's,
they should be ready to move on to
help wanted
items, saving the remaininggood first issue
for other new contributors.How to join or take the task:
Just reply on the issue with the message
/assign
in a separate line.Then, the issue will be assigned to you.
How to ask for help:
If you need help or have questions, please feel free to ask on this issue.
The issue author or other members of the community will guide you through the contribution process.
The text was updated successfully, but these errors were encountered: