CycloneDX / cyclonedx-python-lib

Python implementation of OWASP CycloneDX
https://cyclonedx.org/
Apache License 2.0
70 stars 40 forks source link

feat: `HashType.from_composite_str` for Blake2b, SHA3, Blake3 #663

Closed schlenk closed 3 months ago

schlenk commented 3 months ago

The code mistreated hashes for Blake2b and SHA3. Code for explicitly handling SHA1 & BLAKE3 was added, as those have no variants defined in the CycloneDX specification.

fixes #652

jkowalleck commented 3 months ago

released via https://github.com/CycloneDX/cyclonedx-python-lib/releases/tag/v7.6.0