You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a difference between the way the checksum algorithms are handled by SPDX and CycloneDX. The SHA names are stored internally without the '-'. I have updated the SBOM generator for CycloneDX to correctly specify the hashing algoritthm.
The CycloneDX json files created by sbom4files generate hashes like this:
However, the tools from CycloneDX have a problem with the "alg" names - they expect "SHA-1", "SHA-256", "SHA-512" (i.e. with a '-' sign after SHA).
It looks like sbom4files does not conform to the specification. See here for details: https://cyclonedx.org/docs/1.5/json/#components_items_hashes_items_alg
Thanks!
The text was updated successfully, but these errors were encountered: