v1
latestOpenAPI 3.1.02026-07-13202661.5 KBCycloneDX Attestations (CDXAs)
Returns cdxas that target the given SHA256 checksum
Return the list of cdxas that have the matching target binary SHA256 checksum
get/v3/cdxas/target_checksum/{target_checksum}
Path parameters
target_checksumstring required
Example:6773cfdc56d66b75f4a88ac843b2b5854791240114cf8bb1b56fb6f7826ae436
Target binary SHA256 checksum
Query parameters
project'jdk' | 'valhalla' | 'metropolis' | 'jfr' | 'shenandoah'
Project
Project
Response
Cdxas for the given target binary SHA256 checksum
Example response
[
{
"release_name": "jdk-21.0.5+11",
"image_type": "jdk",
"vendor": "eclipse",
"committedDate": "2022-03-10T16:15:50Z",
"assessor_org": "Acme Ltd",
"assessor_affirmation": "We claim a verified reproducible build.",
"assessor_claim_predicate": "VERIFIED_REPRODUCIBLE_BUILD",
"cdxa_link": "https://github.com/adoptium/temurin-cdxa/blob/main/21/jdk_21_0_6_7_x64-linux_MyOrgLtd.xml",
"cdxa_sig_link": "https://github.com/adoptium/temurin-cdxa/blob/main/21/jdk_21_0_6_7_x64-linux_MyOrgLtd.xml.sig",
"evidence_propertyName": "VERIFICATION_LOG",
"evidence_data_name": "log",
"evidence_data_contents_attachment_text": "Reproducible script output..."
}
]