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

[BUG] v1.5.2 checksum mismatch #927

Closed
1 task done
ghost opened this issue Jun 12, 2024 · 5 comments
Closed
1 task done

[BUG] v1.5.2 checksum mismatch #927

ghost opened this issue Jun 12, 2024 · 5 comments
Labels

Comments

@ghost
Copy link

ghost commented Jun 12, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The module checksum for v1.5.2 in this repository does not match the checksum recorded in Go's checksum database.

Expected Behavior

No checksum mismatch.

Steps To Reproduce

Run the following commands to observe the security error:

mkdir fail
cd fail
go mod init fail.com
go clean --modcache
GOPROXY=direct go get github.com/gorilla/[email protected]

Anything else?

https://go.dev/ref/mod#authenticating

@ghost ghost added the bug label Jun 12, 2024
@FZambia
Copy link
Contributor

FZambia commented Jun 12, 2024

I can't believe I observe this happening with the project I love...

Dear maintainers, never remove tags. It's the second time you do this.

@jaitaiwan
Copy link
Member

Thanks for bringing this to my attention, I’ll discuss with the other maintainers.

@AlexVulaj
Copy link
Member

Thanks for pointing this out - coincidentally we just cut release https://github.com/gorilla/websocket/releases/tag/v1.5.3 which should be stable.

@houseme
Copy link

houseme commented Jun 14, 2024

It is recommended to add time to the pre-release version and retain it. If you delete the version directly, it will cause the go get operation to fail.

@FZambia
Copy link
Contributor

FZambia commented Jun 14, 2024

Consider retracting v1.5.2 - https://go.dev/ref/mod#go-mod-file-retract

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants