OmniFlix / omniflixhub

OmniFlix Hub is the root chain of the OmniFlix Network. Sovereign chains and DAOs build on top of or connect to the OmniFlix Hub to manage their web2 & web3 media operations to mint, manage, distribute & monetize NFTs enabled with community interactions.
https://OmniFlix.network
MIT License
60 stars 28 forks source link

SECURITY ERROR #166

Open Kwaskoff opened 7 months ago

Kwaskoff commented 7 months ago

I try to build the binary and have

verifying github.com/bianjieai/nft-transfer@v1.1.3-ibc-v7.3.0: 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 commented 5 months ago

Hi @Kwaskoff

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

L-Nova0211 commented 3 months ago

The checksum mismatch error indicates that the module github.com/bianjieai/nft-transfer@v1.1.3-ibc-v7.3.0 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.