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

stop creating an MD5 hash #529

Open
bernhardreiter opened this issue Sep 25, 2024 · 0 comments
Open

stop creating an MD5 hash #529

bernhardreiter opened this issue Sep 25, 2024 · 0 comments

Comments

@bernhardreiter
Copy link

        "version": "v1.8.0",
        "hashes": [
          {
            "alg": "MD5",
            "content": "f1451a88dd6ced4acaa8f8e8c36608db"
          },

as https://en.wikipedia.org/wiki/MD5 is not collision resistant since a few years, it could only be used for indications of file transfer corruption. However cyclonedx-gomod is small enough that any other given hash is better suited.

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

1 participant