v1

latestOpenAPI 3.1.1Apache 2.02026-07-17233761.2 KB
TEA Component Release

Get the TEA Component Release with its latest collection

get/componentRelease/{uuid}

Path parameters

uuidstring uuid required

A UUID

UUID of TEA Component Release in the TEA server

Response

Requested TEA Component Release and its latest Collection found and returned

Example response

{
  "release": {
    "uuid": "605d0ecb-1057-40e4-9abf-c400b10f0345",
    "version": "11.0.7",
    "createdDate": "2025-05-07T18:08:00Z",
    "releaseDate": "2025-05-12T18:08:00Z",
    "identifiers": [
      {
        "idType": "PURL",
        "idValue": "pkg:maven/org.apache.tomcat/tomcat@11.0.7"
      }
    ]
  },
  "latestCollection": {
    "uuid": "605d0ecb-1057-40e4-9abf-c400b10f0345",
    "version": 2,
    "date": "2025-05-12T18:08:00Z",
    "belongsTo": "COMPONENT_RELEASE",
    "updateReason": {
      "type": "INITIAL_RELEASE",
      "comment": "Initial collection for this release"
    },
    "artifacts": [
      {
        "uuid": "1cb47b95-8bf8-3bad-a5a4-0d54d86e10ce",
        "name": "Build SBOM",
        "type": "BOM",
        "formats": [
          {
            "mediaType": "application/vnd.cyclonedx+xml",
            "description": "CycloneDX SBOM (XML)",
            "url": "https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/11.0.7/tomcat-11.0.7-cyclonedx.xml",
            "checksums": [
              {
                "algType": "SHA-256",
                "algValue": "9da736a1cdd27231e70187cbc67398d29ca0b714f885e7032da9f1fb247693c1"
              }
            ]
          }
        ]
      },
      {
        "uuid": "dfa35519-9734-4259-bba1-3e825cf4be06",
        "name": "Vulnerability Disclosure Report",
        "type": "VULNERABILITIES",
        "formats": [
          {
            "mediaType": "application/vnd.cyclonedx+xml",
            "description": "CycloneDX VDR (XML)",
            "url": "https://tomcat.apache.org/cyclonedx/vdr.xml",
            "checksums": [
              {
                "algType": "SHA-256",
                "algValue": "75b81020b3917cb682b1a7605ade431e062f7a4c01a412f0b87543b6e995ad2a"
              }
            ]
          }
        ]
      }
    ]
  }
}