Hello Buildx maintainers,
I found a metadata consistency mismatch for buildx-v0.37.1.darwin-arm64 and would appreciate clarification on the intended verification path.
The release API and the exact filename entry in checksums-signed.txt agree on this executable SHA-256:
c3cbbc820d578b0aa8158dd62ef1af25a0c8a75ef53331dbe4e219471e1dbe8c
However, buildx-v0.37.1.darwin-arm64.provenance.json contains one subject with that exact filename and a different SHA-256:
efe594940f5eb29dc1157db9a1c666e829eee75609378aecc15c4bcb430d4102
Both downloaded metadata bodies matched their own API-declared sizes and hashes:
| Metadata asset |
Bytes |
SHA-256 |
checksums-signed.txt |
386 |
7b481bf1de31986a1f08dfe4c08cb9c6bd393999b8fc4beeef3c10bc79db591d |
| Darwin ARM64 provenance |
55,617 |
dbcdd88c199894c5cd557f80bf861edac9bcbe8db71ced424395491eff6af9a6 |
The checksum file contains exactly one matching executable-name record. The provenance uses in-toto Statement v1 and SLSA provenance v1. All three assets were listed as uploaded.
Separately, the checksum asset’s API media type was text/plain; charset=utf-8; the provenance asset’s API media type was application/json, while its downloaded response was application/octet-stream. These transport details do not explain the digest difference.
The inspected v0.37.1 build workflow explicitly excludes Darwin/Windows records from checksums.txt and removes their provenance.sigstore.json bundles. Its pinned reusable workflow signs build provenance.
Those exclusions appear deliberate, but the inspected sources did not establish what changed the executable digest. I am not assuming macOS signing explains it.
Could you clarify:
- What exact artifact does this provenance subject represent, and is this mismatch expected?
- Is there official, release-specific evidence verifiably linking these two exact digests?
- Alternatively, where is qualifying provenance whose subject directly matches the published executable’s
c3cbbc…1dbe8c digest?
This was a metadata-only investigation. No executable was downloaded or run, and no signature-verification claim is being made. The verification requirement remains exact digest agreement; unequal hashes have not been accepted as equivalent.
Thank you.
Hello Buildx maintainers,
I found a metadata consistency mismatch for
buildx-v0.37.1.darwin-arm64and would appreciate clarification on the intended verification path.The release API and the exact filename entry in checksums-signed.txt agree on this executable SHA-256:
However, buildx-v0.37.1.darwin-arm64.provenance.json contains one subject with that exact filename and a different SHA-256:
Both downloaded metadata bodies matched their own API-declared sizes and hashes:
checksums-signed.txt7b481bf1de31986a1f08dfe4c08cb9c6bd393999b8fc4beeef3c10bc79db591ddbcdd88c199894c5cd557f80bf861edac9bcbe8db71ced424395491eff6af9a6The checksum file contains exactly one matching executable-name record. The provenance uses in-toto Statement v1 and SLSA provenance v1. All three assets were listed as uploaded.
Separately, the checksum asset’s API media type was
text/plain; charset=utf-8; the provenance asset’s API media type wasapplication/json, while its downloaded response wasapplication/octet-stream. These transport details do not explain the digest difference.The inspected v0.37.1 build workflow explicitly excludes Darwin/Windows records from
checksums.txtand removes theirprovenance.sigstore.jsonbundles. Its pinned reusable workflow signs build provenance.Those exclusions appear deliberate, but the inspected sources did not establish what changed the executable digest. I am not assuming macOS signing explains it.
Could you clarify:
c3cbbc…1dbe8cdigest?This was a metadata-only investigation. No executable was downloaded or run, and no signature-verification claim is being made. The verification requirement remains exact digest agreement; unequal hashes have not been accepted as equivalent.
Thank you.