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

SECURITY ERROR #166

Open
Kwaskoff opened this issue Apr 3, 2024 · 2 comments
Open

SECURITY ERROR #166

Kwaskoff opened this issue Apr 3, 2024 · 2 comments

Comments

@Kwaskoff
Copy link

Kwaskoff commented Apr 3, 2024

I try to build the binary and have

verifying github.com/bianjieai/[email protected]: checksum mismatch
	downloaded: h1:ItdjA6AUyt3SjiN1HxD0DH3OkyMZBqKSKSQYFDF3Ue8=
	go.sum:     h1:399lErsTpI+faTerw5Q4OuVlXAmAQSuibVvxHR3C6OY=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

@harish551
Copy link
Collaborator

Hi @Kwaskoff

I've checked it by re-downloading the pkg it looks fine

@L-Nova0211
Copy link

The checksum mismatch error indicates that the module github.com/bianjieai/[email protected] downloaded does not match the checksum recorded in go.sum. This could be due to a change in the module, a potential security issue, or a local corruption. To resolve it, try running go mod tidy to update your dependencies, clear your module cache with go clean -modcache, and verify if the module or its version has been updated or altered.

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

No branches or pull requests

3 participants