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

CVE-2022-24675 - update go to 1.18 in go.mod #251

Closed
wants to merge 1 commit into from

Conversation

breneckd
Copy link
Contributor

@breneckd breneckd commented Apr 29, 2022

Resolve CVE-2022-24675

For some reason still getting this issue which I think may be caused by go.mod not enforcing min version to 1.18 - encoding/pem in Go before 1.17.9 and 1.8.x before 1.8.1 has a Decode stack overflow via a large amount of PEM data.

Setting minimum version to stop packages using older go packages.

@breneckd
Copy link
Contributor Author

breneckd commented May 3, 2022

@Thiht

@breneckd
Copy link
Contributor Author

breneckd commented May 5, 2022

Can we get this one merged?

@Thiht
Copy link
Collaborator

Thiht commented May 5, 2022

I didn't release the master branch, it should be fixed with 0.18.2

@Thiht Thiht closed this May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants